Update main.yml

This commit is contained in:
notohh 2023-04-21 22:30:10 -04:00 committed by GitHub
parent 16bb2ccc06
commit b7191e1bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
name: update-flake-lock name: update-flake-lock
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00 - cron: '0 5 * * 0'
jobs: jobs:
lockfile: lockfile:
@ -20,7 +20,7 @@ jobs:
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v16 uses: DeterminateSystems/update-flake-lock@v16
with: with:
pr-title: "chore: update flake.lock" # Title of PR to be created pr-title: "flake.lock: Update "
pr-labels: | # Labels to be set on the PR pr-labels: |
dependencies dependencies
automated automated