fix: use explicit path to actions script #2
1 changed files with 4 additions and 2 deletions
|
|
@ -63,8 +63,10 @@ runs:
|
|||
key: rna-${{ inputs.repo }}
|
||||
path: ${{ forge.action_path }}/rna
|
||||
|
||||
- run: echo "${{ forge.action_path }}" >> $FORGEJO_PATH
|
||||
shell: bash
|
||||
# @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
|
||||
|
|
|
|||
Loading…
Reference in a new issue