From 31993190e73f25504d03a8bd696fcc6e56be060b Mon Sep 17 00:00:00 2001 From: Thomas Killen Date: Fri, 12 Sep 2025 14:29:13 +0200 Subject: [PATCH] feat: fix path to action shell script --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9296c18..c85411c 100644 --- a/action.yml +++ b/action.yml @@ -115,5 +115,5 @@ runs: echo -n "${{ inputs.gpg-passphrase }}" > $TMP_DIR/gpg-passphrase export GPG_PASSPHRASE="$TMP_DIR/gpg-passphrase" - forgejo-release.sh ${{ inputs.direction }} + ${{ forge.action_path }}/forgejo-release.sh ${{ inputs.direction }} shell: bash