We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37305f commit 227d6bbCopy full SHA for 227d6bb
.github/workflows/nuget-lockfile-sync.yml
@@ -45,6 +45,6 @@ jobs:
45
git commit -m 'Update lock files' || echo "No changes to commit"
46
47
# Use GITHUB_HEAD_REF for PR branch name, not GITHUB_REF
48
- BRANCH_NAME="${{ github.head_ref }}"
+ BRANCH_NAME="${{ github.ref }}"
49
echo "The branch name is $BRANCH_NAME"
50
- git push origin "$BRANCH_NAME"
+ git push
0 commit comments