liziwl/Push dir to Git
Pushing to Git repository local changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| git_token_holder | Username of token holder | yes | — |
| git_token | Token for the destination repo. Can be passed in using $\{{ secrets.GIT_TOKEN }} | yes | — |
| repository_url | Repository URL after "https://", like "github.com/USER_NAME/REPO_NAME.git" | yes | — |
| push_dir | Directory to push | yes | — |
| commit_user | User to commit | yes | — |
| commit_email | Email of the user to commit | yes | — |
| branch | Destination branch to push changes | no | master |
| keep_history | Keep commit history | no | false |
| commit_message | Commit messgae | no | — |
Outputs
no outputs