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 bb419b5847 - Show all commits

View file

@ -63,10 +63,6 @@ runs:
key: rna-${{ inputs.repo }}
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: |
export FORGEJO="${{ inputs.url }}"
# A trailing / will mean http://forgejo//api/v1 is used