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 a5a981d commit 8db89d3Copy full SHA for 8db89d3
.github/workflows/update_muted_ya.yml
@@ -41,7 +41,7 @@ jobs:
41
if git show-ref --quiet refs/heads/${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}; then
42
git checkout ${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}
43
else
44
- git checkout -b ${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}} origin/${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}
+ git checkout -b ${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }} origin/${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}
45
fi
46
47
# Attempt to rebase BRANCH_FOR_PR onto BASE_BRANCH
0 commit comments