Skip to content

Commit

Permalink
Run umask not as sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Jul 15, 2024
1 parent 726b7f5 commit 73edff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo temppass | sudo -S mkdir -p /__w
echo temppass | sudo -S chmod 755 -R /__w
echo temppass | sudo -S umask 022
umask 022
- uses: actions/checkout@v4
- name: Install OAS
run: |
Expand Down

0 comments on commit 73edff0

Please sign in to comment.