Skip to content

Commit

Permalink
Add githubactions to ci option description [ci skip]. (#429)
Browse files Browse the repository at this point in the history
* Add githubactions to ci option description [ci skip].

* Update description text to reflect that CircleCI is still the default for Github [skip ci].
  • Loading branch information
kporras07 authored Jan 28, 2022
1 parent 38c4183 commit 9c33cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ProjectCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function copyCiFiles($ci_provider, $created_folder, $cms_version, $ci_tem
* @option admin-password The password to use for the CMS admin when installing the test site.
* @option stability Minimum allowed stability for template project.
* @option git Specify a git provider. Options are github (default), gitlab, and bitbucket.
* @option ci Specify a CI provider. Options are circleci, gitlab-pipelines, and bitbucket-pipelines. If not provided, CI will be assigned based on git provider choice.
* @option ci Specify a CI provider. Options are circleci, gitlab-pipelines, bitbucket-pipelines and githubactions. If not provided, CI will be assigned based on git provider choice (Note that the default CI for Github is CircleCI).
* @option visibility The desired visibility of the provider repository. Options are public, internal, and private.
* @option use-ssh Use SSH instead of HTTPS to create the provider repository.
* @option region Specify a data residency region. See https://pantheon.io/docs/regions#available-regions for the current region options.
Expand Down

0 comments on commit 9c33cbd

Please sign in to comment.