Skip to content

Commit

Permalink
Removed sudo from composer generate
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jul 13, 2021
1 parent e554b97 commit 21a1ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: "composer install --no-interaction --no-progress --no-suggest"

- name: "Update SDK Models"
run: "sudo composer generate"
run: "composer generate"

- name: "Git status"
run: "git status"
Expand Down

0 comments on commit 21a1ed4

Please sign in to comment.