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 c1f7943 commit ee36231Copy full SHA for ee36231
.github/workflows/promote-branch.yml
@@ -59,4 +59,4 @@ jobs:
59
60
echo "Target branch: ${{ env.target-branch }}"
61
62
- git ls-remote --exit-code --heads ${{ github.repositoryUrl }} refs/heads/${{ env.target-branch }}
+ git ls-remote --exit-code --heads origin ${{ env.target-branch }}
0 commit comments