diff --git a/.github/workflows/check_merge_to_master.yml b/.github/workflows/check_merge_to_master.yml index 810cb8021f..cdae703bd5 100644 --- a/.github/workflows/check_merge_to_master.yml +++ b/.github/workflows/check_merge_to_master.yml @@ -35,7 +35,7 @@ jobs: id: merge_master run: | git checkout master - if git merge --no-ff origin/3.3.x --no-commit; then + if git merge --no-ff 3.3.x --no-commit; then echo "mergeable=true" >> $GITHUB_OUTPUT else echo "mergeable=false" >> $GITHUB_OUTPUT