Try to fix file permissions
Jekyll / test-ci-actions (push) Failing after 3s
Details
Jekyll / test-ci-actions (push) Failing after 3s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
3f335ed4d5
commit
f4169d494d
|
@ -24,6 +24,10 @@ jobs:
|
||||||
- name: Show readiness
|
- name: Show readiness
|
||||||
id: ready
|
id: ready
|
||||||
run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
- name: Fix file permissions
|
||||||
|
id: fix_permissions
|
||||||
|
run: |
|
||||||
|
chown -R ubuntu:ubuntu .
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
id: list
|
id: list
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue