feat: use explicit path to forgejo-release.sh
Some checks are pending
/ integration (push) Waiting to run
/ tests (push) Waiting to run

This commit is contained in:
Thomas_John_Killen 2025-09-12 14:38:02 +02:00
parent 31993190e7
commit bb419b5847

View file

@ -63,10 +63,6 @@ runs:
key: rna-${{ inputs.repo }} key: rna-${{ inputs.repo }}
path: ${{ forge.action_path }}/rna path: ${{ forge.action_path }}/rna
# @STACKIT removed the following lines since they are not used by the action
# - run: echo "${{ forge.action_path }}" >> $FORGEJO_PATH
# shell: bash
- run: | - run: |
export FORGEJO="${{ inputs.url }}" export FORGEJO="${{ inputs.url }}"
# A trailing / will mean http://forgejo//api/v1 is used # A trailing / will mean http://forgejo//api/v1 is used