Skip to content

Commit

Permalink
chore: adds the pizza-action GitHub action to the project (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Sep 5, 2024
1 parent 1f6258c commit 90b8320
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pizza.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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/[email protected]
with:
commit-and-pr: "true"

0 comments on commit 90b8320

Please sign in to comment.