aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-deps.yml
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-26 03:31:43 +0100
committerschererleander <leander@schererleander.de>2025-12-26 03:31:43 +0100
commit95a1c9a1608f4ed5b4fdd83286e1133b7e1ab9a0 (patch)
tree268733a8d64f56fe56937e610ef0cd4e8cce156b /.github/workflows/update-deps.yml
parent157470e8647b652c38e8fb881df4e624d2dc7191 (diff)
fix(github-action): add semicolon to npmDepsHash
Diffstat (limited to '.github/workflows/update-deps.yml')
-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