Skip to content

Commit 8db89d3

Browse files
committed
fix
1 parent a5a981d commit 8db89d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_muted_ya.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if git show-ref --quiet refs/heads/${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}; then
4242
git checkout ${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}
4343
else
44-
git checkout -b ${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}} origin/${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}
44+
git checkout -b ${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }} origin/${{ env.BRANCH_FOR_PR }}_${{ env.BASE_BRANCH }}
4545
fi
4646

4747
# Attempt to rebase BRANCH_FOR_PR onto BASE_BRANCH

0 commit comments

Comments
 (0)