Skip to content

Commit 6cf75a8

Browse files
committed
fix(ci): sed syntax
1 parent 986d2ba commit 6cf75a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Update flake.nix
3434
run: |
35-
sed -i '' "s/version = \".*\";/version = \"${{ inputs.version }}\";/" flake.nix
36-
sed -i '' "s/hash = \"sha256-.*\";/hash = \"${{ inputs.hash }}\";/" flake.nix
35+
sed -i '' "s|version = \".*\";|version = \"${{ inputs.version }}\";|" flake.nix
36+
sed -i '' "s|hash = \"sha256-.*\";|hash = \"${{ inputs.hash }}\";|" flake.nix
3737
3838
git config --global user.name "github-actions[bot]"
3939
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)