This commit is contained in:
Jan-Kåre Solbakken 2025-02-04 00:30:29 +00:00 committed by GitHub
commit 1b0247db41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 120 additions and 2 deletions

View file

@ -76,6 +76,10 @@ See [action.yml](action.yml)
# Set always-auth option in npmrc file.
# Default: ''
always-auth: ''
# Set ignore-scripts in npmrc file to prevent pre and postinstall scripts from running as they are a potential security problem.
# Default: false
ignore-scripts: false
```
<!-- end usage -->