1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-04-18 02:06:50 +00:00

Merge pull request from Mic92/dependabot-automation

ci/update-vendor-hash: fix pushing from detached head
This commit is contained in:
Jörg Thalheim 2023-07-15 08:19:58 +01:00 committed by GitHub
commit cfe47aff86
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 origin ${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}
fi