pulumi/Git Status Check
Checks the git status for unexpected changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| allowed-changes | Globs for files we expect might have valid changes, separated with newlines. | no | — |
| continue-with-unexpected-changes | Report changes as warnings rather than errors and continue. | no | false |
| dir | Directory within which to check git status. This path is relative to $GITHUB_WORKSPACE | no | . |
| ignore-new-files | Only check for updated or deleted files. | no | — |
Outputs
| name | description |
|---|---|
| unexpected-changes-count | The number of unexpected changes. |