You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
runs-on: ubuntu-latest
25
25
steps:
26
26
- name: Pizza Action
27
-
uses: open-sauced/pizza-action@v2.2.0
27
+
uses: open-sauced/pizza-action@latest
28
28
with:
29
29
# optional and default is "latest". Add this parameter if you want to use a specific version, e.g. v2.0.0
30
30
cli-version: "v2.2.0"
@@ -44,14 +44,11 @@ The pizza CLI's "generate codeowners ./ --tty-disable" command requires a full r
44
44
45
45
### `cli-version`
46
46
47
-
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`.
47
+
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.2.0`.
48
48
49
49
### `pizza-args`
50
50
51
-
Arguments to pass to the pizza CLI. Default is `generate codeowners /repository --tty-disable`.
52
-
53
-
> [!NOTE]
54
-
> `/repository` is the path to the repository root where the pizza-cli will be run in Docker.
51
+
Arguments to pass to the pizza CLI. Default is `generate codeowners ./ --tty-disable`.
0 commit comments