demurgos/ga-deploy-git
Deploy a project using Git
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | Personal 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 | — |
| srcDir | Directory in the source branch containing the files to deploy. Default: `.` | no | . |
| destRepo | Destination repo slug in the form `userOrOrganization/repoName`. Default: repo that triggered the workflow. | no | — |
| destBranch | Destination branch: the files will be deployed at its root. | yes | — |
| commitUser | Git `user.name` value for the deployment commit. Default: login of the user that triggered the workflow. | no | — |
| commitEmail | Git `user.email` value for the deployment commit. Default: `<userLogin>@users.noreply.github.com`. | no | — |
Outputs
no outputs