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:
parent
53597ddcfd
commit
8cbe746c18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-vendor-hash.yml
vendored
2
.github/workflows/update-vendor-hash.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue