Skip to content

OpenSauced Pizza Action #1

OpenSauced Pizza Action

OpenSauced Pizza Action #1

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/pizza-action@v2.1.0
with:
commit-and-pr: 'true'