We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92307b1 commit be47a75Copy full SHA for be47a75
1 file changed
.github/workflows/dependabot.yml
@@ -44,6 +44,7 @@ jobs:
44
git config --global user.name "RedTurtle CI BOT"
45
git add dependabot/requirements.txt sbom.spdx.json
46
git commit -m "Auto-generate file at $(date)" || exit 0
47
- git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.ref_name }}
+ # git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.ref_name }}
48
+ git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.head_ref }}
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments