demurgos/ga-deploy-git

Deploy a project using Git

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
accessTokenPersonal access token with read/write access to the repo (`public_repo` or `repo scope` depending on the visibility of the repo). See https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line yes
srcDirDirectory in the source branch containing the files to deploy. Default: `.`no.
destRepoDestination repo slug in the form `userOrOrganization/repoName`. Default: repo that triggered the workflow.no
destBranchDestination branch: the files will be deployed at its root.yes
commitUserGit `user.name` value for the deployment commit. Default: login of the user that triggered the workflow.no
commitEmailGit `user.email` value for the deployment commit. Default: `<userLogin>@users.noreply.github.com`.no

no outputs