ci: hard fix disable permissions restrictions
Some checks failed
Named workflow / test (push) Failing after 15s

This commit is contained in:
Julien Oculi 2024-01-17 18:01:41 +01:00
parent e1716dabd5
commit d0fe66ca1a

View file

@ -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