We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88e1cc commit b0eaf4cCopy full SHA for b0eaf4c
.github/workflows/ci.yaml
@@ -141,6 +141,9 @@ jobs:
141
with:
142
# Allows dependabot to still rebase!
143
commit_message: "[dependabot skip] Update Nix Flake SRI Hash"
144
+ commit_user_name: "dependabot[bot]"
145
+ commit_user_email: "49699333+dependabot[bot]@users.noreply.github.com>"
146
+ commit_author: "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"
147
148
# require everyone else to update it themselves
149
- name: Ensure No Changes
0 commit comments