Skip to content

Update all flake inputs #14

Update all flake inputs

Update all flake inputs #14

name: update all flake inputs
on:
schedule:
# run every saturday
- cron: "0 0 * * 6"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
uses: ./.github/workflows/update-lock.yaml
with:
commit-msg: "flake: update all inputs"