actions-marketplace-validations/Push Latest Changes
Push the latest changes from one repository to another
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 18, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/steven-mi_push-latest-changes-action@ad126749f4e268700736446ce145decf4a080ca1 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | yes | — |
| repository | Destination repisitory to push changes | yes | — |
| branch | Branch to push changes to (default: main) | no | main |
| force | Enable force push (default: false) | no | false |
| directory | Directory to push changes to (default: ".") | no | . |
| ignore | A list of files to be ignored as a comma-separated string (default: "") | no | "" |
Outputs
no outputs