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: fix pushing from detached head

This commit is contained in:
Jörg Thalheim 2023-07-15 09:19:44 +02:00
parent 53597ddcfd
commit 8cbe746c18

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 origin ${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}
fi