designcontainer/Design Container WPE template initialization
This action handles repo initialization for the WPE template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token to use GitHub API. It must have "repo" and "workflow" scopes so it can push to repo and edit workflows. It cannot be the default GitHub Actions token GITHUB_TOKEN. GitHub Action token's permissions are limited to the repository that contains your workflows. Provide token of the user that has rights to push to the repos that this action is suppose to update. | yes | — |
| workflow_file | The name of this workflow file (including extension) | yes | — |
| theme_repo | The repo for your starter theme In the format `designcontainer/dc-skeleton`. | yes | — |
| topics_to_set | A list of topics to set for the repository in the format `topic1,topic2`. | yes | — |
| committer_username | The username (not display name) of the committer that will be used in the commit of changes in the workflow file in specific repository. In the format `web-flow`. | no | web-flow |
| committer_email | The email of the committer that will be used in the commit of changes in the workflow file in specific repository. In the format `noreply@github.com`. | no | noreply@github.com |
| commit_message | It is used as a commit message when pushing changes with global workflows. It is also used as a title of the pull request that is created by this action. | no | Initialize new template |
Outputs
no outputs