designcontainer/Design Container WPE template initialization

This action handles repo initialization for the WPE template.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenToken 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_fileThe name of this workflow file (including extension) yes
theme_repoThe repo for your starter theme In the format `designcontainer/dc-skeleton`. yes
topics_to_setA list of topics to set for the repository in the format `topic1,topic2`. yes
committer_usernameThe 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`. noweb-flow
committer_emailThe 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`. nonoreply@github.com
commit_messageIt 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. noInitialize new template

no outputs