mash the enter key instead of typing yes
This commit is contained in:
parent
3754ffe470
commit
8caf43582a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Update flake.lock
|
||||
run: nix flake update
|
||||
- name: Run update script
|
||||
run: yes | nix-shell ./scripts/update.nix
|
||||
run: yes '' | nix-shell ./scripts/update.nix
|
||||
- name: Format
|
||||
run: nix fmt
|
||||
- name: Delete secrets
|
||||
|
|
Reference in a new issue