mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
hopefully fixed
This commit is contained in:
parent
78e49ae4fd
commit
186a35ac3c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
- name: Update sci_minimal flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v25
|
||||
with:
|
||||
branch: update_sci_minimal
|
||||
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
|
||||
|
|
@ -31,6 +32,7 @@ jobs:
|
|||
- name: Update sci flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v25
|
||||
with:
|
||||
branch: update_sci
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue