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:
parent
3c851dbbea
commit
f77dd7df8f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue