Try to fix file permissions
Jekyll / test-ci-actions (push) Failing after 3s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 14:57:55 +02:00
parent 3f335ed4d5
commit f4169d494d
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ jobs:
- name: Show readiness
id: ready
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
id: list
run: |