ci: fix repository parameter syntax
Some checks failed
Named workflow / test (push) Failing after 36s
Some checks failed
Named workflow / test (push) Failing after 36s
This commit is contained in:
parent
ba8a171381
commit
dcece764b9
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Setup repo
|
- name: Setup repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: https://git.cohabit.fr/julien.oculi/test-forgejo-runner
|
repository: julien.oculi/test-forgejo-runner
|
||||||
|
|
||||||
|
|
||||||
- name: Testing runner
|
- name: Testing runner
|
||||||
|
|
Loading…
Reference in a new issue