actions-marketplace-validations/GitHub Branch Deployer

This action will deploy a folder to a GitHub branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENProvide a GitHub token here, this is used to communicate with GitHub during the actionss processes.yes${{ github.token }}
REPORepository name to push to, leave this empty to use the current repo.noself
BRANCHDestination branch to push changesyes
FOLDERDirectory to push from. Defaults to rootno.
MESSAGEChange the message thats used for the build commitnoBuild: ({sha}) {msg}

no outputs