File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ name : update-flake-lock-doc
2+ on :
3+ workflow_dispatch : # allows manual triggering
4+ schedule :
5+ - cron : ' 0 0 * * 0' # runs weekly on Sunday at 00:00
6+
7+ jobs :
8+ doc-lock :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout repository
12+ uses : actions/checkout@v4
13+ - name : Install Nix
14+ uses : DeterminateSystems/nix-installer-action@main
15+ - name : Update flake.lock
16+ uses : DeterminateSystems/update-flake-lock@main
17+ with :
18+ pr-title : " Update doc/flake.lock"
19+ pr-labels : |
20+ automated
21+ path-to-flake-dir : ' doc/'
Original file line number Diff line number Diff line change 1- name : update-flake-lock
1+ name : update-flake-lock-example
22on :
33 workflow_dispatch : # allows manual triggering
44 schedule :
55 - cron : ' 0 0 * * 0' # runs weekly on Sunday at 00:00
66
77jobs :
8- lockfile :
8+ example-lock :
99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments