aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-deps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index 95ee71e..6c0adcd 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -22,7 +22,7 @@ jobs:
run: |
npm update
NEW_HASH=$(nix shell nixpkgs#prefetch-npm-deps -c prefetch-npm-deps package-lock.json)
- sed -i "s|npmDepsHash = ".*"|npmDepsHash = \"$NEW_HASH\"|" flake.nix
+ sed -i "s|npmDepsHash = ".*"|npmDepsHash = \"$NEW_HASH\";|" flake.nix
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6