Skip to content

Commit

Permalink
Change permissions command
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN committed Dec 8, 2023
1 parent bc8f369 commit b006644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
password: ${{ github.token }}

- name: Permissions
run: mkdir -p node_modules vendor public/build && sudo chown -R 1000:1000 node_modules vendor public/build
run: sudo chown -R 1000:1000 .

- name: Init
run: make init
Expand Down

0 comments on commit b006644

Please sign in to comment.