Skip to content

Commit

Permalink
chore: update pizza action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Sep 18, 2024
1 parent ac1e170 commit 38a1845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pizza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: OpenSauced Pizza Action
on:
schedule:
# Run once a week on Sunday at 00:00 UTC
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"
workflow_dispatch: # Allow manual triggering

jobs:
Expand All @@ -13,6 +13,6 @@ jobs:
- name: Pizza Action
uses: open-sauced/pizza-action@v2.2.0
with:
cli-version: 'v2.1.0'
commit-and-pr: 'true'
pr-title: 'chore: update repository codeowners'
cli-version: "v2.2.0"
commit-and-pr: "true"
pr-title: "chore: update repository codeowners"

0 comments on commit 38a1845

Please sign in to comment.