actions-marketplace-validations/GitHub Branch Deployer
This action will deploy a folder to a GitHub branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Provide a GitHub token here, this is used to communicate with GitHub during the actionss processes. | yes | ${{ github.token }} |
| REPO | Repository name to push to, leave this empty to use the current repo. | no | self |
| BRANCH | Destination branch to push changes | yes | — |
| FOLDER | Directory to push from. Defaults to root | no | . |
| MESSAGE | Change the message thats used for the build commit | no | Build: ({sha}) {msg} |
Outputs
no outputs