diff options
Diffstat (limited to '.github/workflows/update-inputs.yaml')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index 3103629..0ac81a5 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -1,23 +1,19 @@ name: update all inputs on: - # schedule: - # # run every saturday - # - cron: "0 0 * * 6" + schedule: + # run every saturday + - cron: "0 0 * * 6" workflow_dispatch: -permissions: read-all - jobs: update-lock: runs-on: ubuntu-latest steps: - - name: checkout repo - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - - name: update all inputs - uses: ./.github/actions/flake-update + - uses: ./.github/actions/flake-update with: commit-msg: "flake: update all inputs" github-token: ${{ secrets.GITHUB_TOKEN }} |
