steven-mi/Push Latest Changes
Push the latest changes from one repository to another
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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