fix: use explicit path to actions script #2

Merged
thomas_john.killen merged 5 commits from fix-action-path into main 2025-09-12 12:41:36 +00:00
Showing only changes of commit 31993190e7 - Show all commits

View file

@ -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