Skip to content

Commit

Permalink
fix: Update action version to reflect update and remove bug (#393)
Browse files Browse the repository at this point in the history
Update action version to reflect update and remove bug
  • Loading branch information
BekahHW authored Sep 19, 2024
1 parent e8cf97a commit 7148a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tools/pizza-cli/pizza-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pizza Action
uses: open-sauced/pizza-action@v1.0.0
uses: open-sauced/pizza-action@v2.3.0
with:
# optional and false by default
commit-and-pr: "true"

```

This workflow will run the Pizza CLI's `generate codeowners ./` command once a week, ensuring your CODEOWNERS file stays up-to-date.
Expand Down

0 comments on commit 7148a11

Please sign in to comment.