forgejo-release-drafter-action/entrypoint.sh
2025-08-21 09:27:31 +02:00

7 lines
148 B
Bash

#!/bin/sh
set -e
python /release_drafter.py \
--token "${INPUT_FORGEJO_TOKEN}" \
--repo "${INPUT_REPO}" \
--endpoint "${INPUT_API_ENDPOINT}"