1 parent 986d2ba commit 6cf75a8Copy full SHA for 6cf75a8
1 file changed
.github/workflows/update-nix.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: Update flake.nix
34
run: |
35
- sed -i '' "s/version = \".*\";/version = \"${{ inputs.version }}\";/" flake.nix
36
- sed -i '' "s/hash = \"sha256-.*\";/hash = \"${{ inputs.hash }}\";/" flake.nix
+ sed -i '' "s|version = \".*\";|version = \"${{ inputs.version }}\";|" flake.nix
+ sed -i '' "s|hash = \"sha256-.*\";|hash = \"${{ inputs.hash }}\";|" flake.nix
37
38
git config --global user.name "github-actions[bot]"
39
git config --global user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments