jerry153fish/Git Delta Action

Show git diff with delta for a specific files against environments/branches/commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGithub token for query github rest api if compare against environmentsno
environmentEnvironment to compare againstno
branchBase branch to compare againstnomain
commitCommit to compare againstno
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" notrue
namedescription
delta_filesFile paths with the delta as json string format
is_detectedBool to show if delta has been detected