mike-neck/detect-newer-action
Detects newer actions applied to your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| exclude-actions | Exclude pattern filters of action's name with regex. Multiple pattern is available via separating with comma. | no | — |
| exclude-workflows | Exclude pattern filters of workflow file name with regex. Multiple pattern is available via separating with comma. | no | — |
| output-file | Output file name. Output file format is json. Empty or null then no output. Default empty | no | — |
| token | Github token that is able to call repo-list-tags api.(secrets.GITHUB_TOKEN) | yes | — |
Outputs
| name | description |
|---|---|
| diff | Diff of action's version in json format. |