datgizmo/script diff push
Run a script, show git diff and push changes if allowed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 6, 2023
- License
- None
Pinned Snippet
uses: datgizmo/action-script-diff@ba7c6c0168b4ee7af10acd429dddca3024ce2e37 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The token to authenticate with | — | — |
| message_diff | Message if there is a diff | yes | — |
| message_success | Message if no more diff | yes | — |
| script_call | Script call | yes | — |
| diff_file | File to run diff on, full path within the git repo | yes | — |
| diff_path | Diff file path within the repo | yes | — |
| git_diff_root | Root path of the git diff | yes | — |
| git_user_name | User name used for git push | yes | — |
| git_user_email | User email used for git push | yes | — |
| reaction_emote | Reaction to check by the PR author | yes | — |
Outputs
no outputs