mgrybyk-org/Git commit, pull & push action
Runs git add, git commit, git pull and git push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Local file path to the git repository. Defaults to the current directory '.' | yes | . |
| branch | Git branch name, where changes should be pushed to. | yes | — |
| commit_message | Commit message | no | Apply automatic changes |
| pull_args | git pull arguments | no | --rebase |
| add_args | git add arguments (eg. -u) or 'src/*.js' | no | . |
Outputs
no outputs