Skip to content

OpenSauced Pizza Action #3

OpenSauced Pizza Action

OpenSauced Pizza Action #3

Workflow file for this run

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"