1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

ci/update-vendor-hash: push to write github ref

This commit is contained in:
Jörg Thalheim 2023-07-15 09:15:29 +02:00
parent b472c58559
commit 53597ddcfd

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