Skip to content

Commit

Permalink
Update pizza-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
athal7 committed Sep 16, 2024
1 parent a48b03e commit d4793e2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pizza-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: OpenSauced Pizza Action

on:
schedule:
# Run once a week on Sunday at 00:00 UTC
- cron: "0 0 * * 0"
workflow_dispatch: # Allow manual triggering

jobs:
pizza-action:
runs-on: ubuntu-latest
steps:
- name: Pizza Action
uses: open-sauced/pizza-action@v1.0.0
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.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
pr-title: "chore: update repository codeowners"

0 comments on commit d4793e2

Please sign in to comment.