updates
This commit is contained in:
parent
10e9ffb925
commit
5d9730428a
2 changed files with 26 additions and 2 deletions
4
.github/workflows/daily-flake-update.yml
vendored
4
.github/workflows/daily-flake-update.yml
vendored
|
|
@ -33,6 +33,10 @@ jobs:
|
|||
experimental-features = nix-command flakes
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Dependencies
|
||||
id: deps
|
||||
run: apt update && apt install jq
|
||||
|
||||
- name: Check for existing PR
|
||||
id: check-pr
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue