jerry153fish/Git Delta Action
Show git diff with delta for a specific files against environments/branches/commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token for query github rest api if compare against environments | no | — |
| environment | Environment to compare against | no | — |
| branch | Base branch to compare against | no | main |
| commit | Commit to compare against | no | — |
| includes | "File patterns to include in the delta calculation, separated by newlines `\n`" For example: includes: | live/local/* live/stag/ec2/terragrunt.hcl | no | "" |
| excludes | "File patterns to exclude in the delta calculation, separated by newlines `\n` Note excludes are applied after includes." For example: excludes: | *.zip */**/README.md | no | "" |
| online | "If true, git delta will be run online against the GitHub API, otherwise it will be run offline" | no | true |
Outputs
| name | description |
|---|---|
| delta_files | File paths with the delta as json string format |
| is_detected | Bool to show if delta has been detected |