Add entrypoint.sh
This commit is contained in:
parent
f18776feb4
commit
4469c0ba97
1 changed files with 7 additions and 0 deletions
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
python /release_drafter.py \
|
||||
--token "${INPUT_FORGEJO_TOKEN}" \
|
||||
--repo "${INPUT_REPO}" \
|
||||
--endpoint "${INPUT_API_ENDPOINT}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue