Add entrypoint.sh

This commit is contained in:
Robin Wieske 2025-08-21 09:27:31 +02:00
parent f18776feb4
commit 4469c0ba97

7
entrypoint.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
set -e
python /release_drafter.py \
--token "${INPUT_FORGEJO_TOKEN}" \
--repo "${INPUT_REPO}" \
--endpoint "${INPUT_API_ENDPOINT}"