fix: use explicit path to actions script (#2)
Some checks failed
/ tests (push) Has been cancelled
/ integration (push) Has been cancelled

Reviewed-on: #2
Co-authored-by: Thomas Killen <thomas_john.killen@mail.schwarz>
Co-committed-by: Thomas Killen <thomas_john.killen@mail.schwarz>
This commit is contained in:
Thomas_John_Killen 2025-09-12 12:41:35 +00:00 committed by Thomas_John_Killen
parent e9ba0bd08f
commit 84d43a5634
Signed by: stackit.git.onstackit.cloud
GPG key ID: 2773B4AFAD68A336

View file

@ -63,8 +63,6 @@ runs:
key: rna-${{ inputs.repo }}
path: ${{ forge.action_path }}/rna
- run: echo "${{ forge.action_path }}" >> $FORGEJO_PATH
shell: bash
- run: |
export FORGEJO="${{ inputs.url }}"
# A trailing / will mean http://forgejo//api/v1 is used
@ -113,5 +111,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