ci: use full action url to fix missing error
Some checks failed
Named workflow / test (push) Failing after 6s
Some checks failed
Named workflow / test (push) Failing after 6s
This commit is contained in:
parent
773c9193ba
commit
b47cd1cf68
|
@ -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
|
Loading…
Reference in a new issue