jhnstn/Push After Run
Push changes after a step run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_message | Commit message | yes | — |
| commit_detail | Secondary Commit message | no | "" |
| run | Command to run | no | : |
| head | The branch to push to | no | ${{ github.head_ref }} |
| token | The token to use for pushing | no | ${{ github.token }} |
| user_name | The user name to use for pushing | no | Github Actions |
| user_email | The user email to use for pushing | no | actions@github.com |
| author | The author to use for pushing | no | ${{github.actor}} <${{github.actor }}@users.noreply.github.com> |
Outputs
| name | description |
|---|---|
| sha | The SHA of the pushed commit. Empty if nothing was pushed. |
| changes_pushed | Boolean indicating if changes were pushed. |