Skip to content

Commit 5657a7f

Browse files
committed
fixup! ci: Fix owner of files before checking out
1 parent 328cd6e commit 5657a7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/generate_catalog_templates.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
build-command: "make gettext"
2929

3030
- name: Change file owner to correct user
31-
run: chown -R 1001:1001 user_manual/locale/source
31+
run: |
32+
ls -la user_manual/locale/source
33+
sudo chown -R 1001:1001 user_manual/locale/source
34+
ls -la user_manual/locale/source
3235
3336
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
3437
id: cpr

0 commit comments

Comments
 (0)