Update main.yml
This commit is contained in:
parent
16bb2ccc06
commit
b7191e1bb8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue