mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-07-01 02:43:50 +03:00
...prettier...
This commit is contained in:
parent
ab1354a8e5
commit
e619add55e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -3,7 +3,7 @@ name: "Flake.lock: update Nix dependencies"
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
|
||||
|
||||
jobs:
|
||||
nix-flake-update:
|
||||
|
@ -19,6 +19,6 @@ jobs:
|
|||
- uses: DeterminateSystems/update-flake-lock@main
|
||||
with:
|
||||
pr-title: "Update Nix flake inputs" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
automated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue