Update .forgejo/workflows/test.yaml
Some checks failed
/ build (push) Failing after 0s
/ ls (push) Failing after 40s

This commit is contained in:
Aaron Fischer 2023-10-05 23:16:11 +02:00
parent 6155007c0f
commit bc20e1b5be

View file

@ -3,6 +3,6 @@ jobs:
ls: ls:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v4
- run: | - run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}