We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b661d9a + f919348 commit c349f39Copy full SHA for c349f39
.github/workflows/update-vendor-hash.yml
@@ -23,9 +23,9 @@ jobs:
23
nix run .#treefmt.update-vendor-hash
24
# git push if we have a diff
25
if [[ -n $(git diff) ]]; then
26
- git add default.nix
+ git add nix/packages/treefmt/default.nix
27
git config --global user.email "<29139614+renovate[bot]@users.noreply.github.com>"
28
git config --global user.name "renovate[bot]"
29
- git commit -m "update vendorHash"
+ git commit -m "chore: update vendorHash"
30
git push origin HEAD:${{ github.head_ref }}
31
fi
0 commit comments