1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-04-08 09:54:35 +00:00

ci/dependabot: set email

This commit is contained in:
Jörg Thalheim 2023-07-15 08:53:36 +02:00
parent 3c851dbbea
commit f77dd7df8f

View file

@ -1,4 +1,4 @@
name: Update vendorSha256
name: Update vendorHash
on: pull_request
permissions:
@ -23,6 +23,8 @@ jobs:
# git push if we have a diff
if [[ -n $(git diff) ]]; then
git add default.nix
git config --global user.email "<49699333+dependabot[bot]@users.noreply.github.com>"
git config --global user.name "dependabot[bot]"
git commit -m "update vendorHash"
git push
fi