-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: simplified adding cli-version argument (#11)
- Loading branch information
1 parent
b349a46
commit 283f36e
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,8 @@ jobs: | |
- name: Pizza Action | ||
uses: open-sauced/[email protected] | ||
with: | ||
# optional and default is "@latest". Add this parameter if you want to use a specific version, e.g. v2.0.0 | ||
cli-version: "@v2.0.0" | ||
# optional and default is "latest". Add this parameter if you want to use a specific version, e.g. v2.0.0 | ||
cli-version: "v2.1.0" | ||
# optional and false by default. Set this to true if you want to have a pull request for the changes created automatically. | ||
commit-and-pr: "true" | ||
# optional | ||
|
@@ -44,7 +44,7 @@ The pizza CLI's "generate codeowners ./ --tty-disable" command requires a full r | |
|
||
### `cli-version` | ||
|
||
The version of the pizza CLI to use. Default is `@latest`. If using a numbered version, make sure to include the `@` symbol as well as a `v` before the version number. For example, `@v2.0.0`. | ||
The version of the pizza CLI to use. Default is `latest`. If using a numbered version, make sure to prefix the version number with `v`. For example, `v2.0.0`. | ||
|
||
### `pizza-args` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters