actions: use the forgejo context instead of forge and test backward compatibility (#1034)
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1034 Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org> 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
7f6f69c80f
commit
14d2748a33
5 changed files with 28 additions and 8 deletions
|
|
@ -6,6 +6,6 @@ jobs:
|
|||
steps:
|
||||
- uses: https://code.forgejo.org/forgejo/test-setup-forgejo-docker@main
|
||||
with:
|
||||
args: ${{ forge.workspace }}/SOMEFILE
|
||||
args: ${{ forgejo.workspace }}/SOMEFILE
|
||||
- run: |
|
||||
test -f ${{ forge.workspace }}/SOMEFILE
|
||||
test -f ${{ forgejo.workspace }}/SOMEFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue