ci: hard fix disable permissions restrictions
Some checks failed
Named workflow / test (push) Failing after 15s
Some checks failed
Named workflow / test (push) Failing after 15s
This commit is contained in:
parent
e1716dabd5
commit
d0fe66ca1a
|
@ -18,6 +18,9 @@ jobs:
|
|||
- name: Test checkout commands (config)
|
||||
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
|
||||
|
||||
- name: Disable file restrictions
|
||||
run: chmod -R a+rwx /workspace
|
||||
|
||||
- name: Debug runner (act actions path)
|
||||
run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
|
||||
|
||||
|
|
Loading…
Reference in a new issue