ci: use full action url to fix missing error
Some checks failed
Named workflow / test (push) Failing after 6s

This commit is contained in:
Julien Oculi 2024-01-17 13:47:46 +01:00
parent 773c9193ba
commit b47cd1cf68

View file

@ -4,7 +4,7 @@ jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://code.forgejo.org/actions/checkout@v4
- run: echo All Good
- run: ls -lah .
- run: pwd