mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
Merge pull request #362 from Mic92/dependabot-automation
ci/dependabot: set email
This commit is contained in:
commit
4ead528090
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
Add a link
Reference in a new issue