actions-marketplace-validations/WPS Git Deploy
Commits and pushes changes to a git repository. Written as a docker container action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The ssh url of the target repository. | yes | — |
| ssh_private_key | SSH key used to push to the registry. The SSH key is configured with the local git config, enabling this action ro run authenticated git commands. | yes | — |
| ssh_known_hosts | Optional. Known hosts to run ssh commands against. | no | — |
| ssh_password | Password for SSH command. | yes | — |
| remote_branch | Optional. Set the remote branch. Defaults to same branch the process is running. | no | — |
| debug | Verbose output. | no | — |
Outputs
no outputs