github / gh-valet

Valet helps facilitate the migration of Azure DevOps, CircleCI, GitLab CI, Jenkins, and Travis CI pipelines to GitHub Actions.
MIT License
510 stars 35 forks source link

Expose new `migrate` command option `--workflow-file-prefix` #76

Closed j-dunham closed 2 years ago

j-dunham commented 2 years ago

Valet recently added a new CLI option for the migrate command to add a prefix to the workflow files using --workflow-file-path option. We need to reflect this change in gh-valet

Valet PR link

ethanis commented 2 years ago

@j-dunham can you expose the --commit-message and --github-access-token|instance-url CLI option changes as a part of this issue too?