Closed aklajnert closed 3 years ago
The Install Netlify CLI step in GitHub Actions fails due to a change in the CLI, see netlify/cli#1870. Adding the --unsafe-perm=true fixes this.
Install Netlify CLI
--unsafe-perm=true
Thanks! 👍 Merging
The
Install Netlify CLI
step in GitHub Actions fails due to a change in the CLI, see netlify/cli#1870. Adding the--unsafe-perm=true
fixes this.