Skip to content

Commit

Permalink
Added unsafe option to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitbko committed Apr 15, 2021
1 parent 084f6a6 commit 3645fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chatops.yaml
Expand Up @@ -128,7 +128,7 @@ jobs:
if: steps.get_status.outputs.status == 'private'
id: py
run: |
sudo npm install netlify-cli -g
sudo npm install -g --unsafe-perm=true netlify-cli
netlify deploy --dir _site | tee _netlify_logs.txt
cat _netlify_logs.txt | python _action_files/parse_netlify.py
Expand Down

0 comments on commit 3645fc5

Please sign in to comment.