mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
auto update flake.lock
This commit is contained in:
parent
4c855ecec8
commit
91b032433b
1 changed files with 11 additions and 2 deletions
13
.github/workflows/update.yml
vendored
13
.github/workflows/update.yml
vendored
|
|
@ -13,10 +13,19 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Install Determinate Nix
|
||||
uses: DeterminateSystems/determinate-nix-action@v3
|
||||
- name: Update flake.lock
|
||||
- name: Update sci flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v25
|
||||
with:
|
||||
pr-title: "Update flake.lock" # Title of PR to be created
|
||||
path-to-flake-dir: "templates/sci"
|
||||
pr-title: "Update sci flake.lock" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
automated
|
||||
- name: Update sci_minimal flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v25
|
||||
with:
|
||||
path-to-flake-dir: "templates/sci_minimal"
|
||||
pr-title: "Update sci_minimal flake.lock" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
automated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue