We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64be37b commit cf3d384Copy full SHA for cf3d384
.github/workflows/propose-release.yml
@@ -37,4 +37,4 @@ jobs:
37
38
sed -i 's#https://flakehub.com/f/DeterminateSystems/nix/=.*";#https://flakehub.com/f/DeterminateSystems/nix/=${{ inputs.nix-version }}";#' ./flake.nix
39
git add flake.nix
40
- git commit -m "Update Nix release to ${{ inputs.nix-version }}"
+ git commit -m "Update Nix release to ${{ inputs.nix-version }}" || true
0 commit comments