summaryrefslogtreecommitdiff
path: root/.github/workflows/update-inputs.yaml
blob: a18c59d044f86cc77e7c18553b9aec582435947b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"