This commit is contained in:
Jan-Kåre Solbakken
2024-12-25 18:20:07 +09:00
committed by GitHub
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 -->