actions: as of Forgejo runner v8.0.0 FORGEJO_ACTION_PATH is hash based (#823)
Refs: https://code.forgejo.org/forgejo/act/pulls/186 Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/823 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
18b2dc2e85
commit
841ca7c2c6
2 changed files with 5 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ runs:
|
|||
- name: FORGEJO_ACTION_PATH
|
||||
run: |
|
||||
set -x
|
||||
test "$(basename $FORGEJO_ACTION_PATH)" = local-action
|
||||
test -e "$FORGEJO_ACTION_PATH"
|
||||
test "$FORGEJO_ACTION_PATH" = "${{ env.FORGEJO_ACTION_PATH }}"
|
||||
|
||||
- run: echo key=${{ inputs.input-two-required }} >> $FORGEJO_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue