1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 16:17:47 +00:00

Merge pull request #366 from Mic92/dependabot-automation

ci/update-vendor-hash: push to write github ref
This commit is contained in:
Jörg Thalheim 2023-07-15 08:15:53 +01:00 committed by GitHub
commit 330bca3386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,5 @@ jobs:
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
git push origin ${{ github.head_ref }}
fi