nix fmt ci yml
This commit is contained in:
parent
9fe9f12014
commit
5bae4840e7
2 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,11 @@ name: flake update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: "0 3 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
target:
|
target:
|
||||||
description: 'Inputs to update'
|
description: "Inputs to update"
|
||||||
type: choice
|
type: choice
|
||||||
default: all
|
default: all
|
||||||
options:
|
options:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue