ocade-graciet-system/GitHub Push
Pushing to GitHub 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 |
|---|---|---|---|
| github_token | GitHub token or PAT token | no | ${{ github.token }} |
| github_url | GitHub url or GitHub Enterprise url | no | ${{ github.server_url }} |
| ssh | Specify if ssh should be used | no | — |
| repository | Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY}) | no | "" |
| branch | Destination branch to push changes | no | — |
| force | Determines if force push is used | no | — |
| force_with_lease | Determines if force-with-lease push is used | no | — |
| atomic | Determines if atomic push is used, default true | no | — |
| tags | Determines if --tags is used | no | — |
| directory | Directory to change to before pushing. | no | . |
Outputs
no outputs