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.
2 parents 914383a + d5e94f1 commit d8dc120Copy full SHA for d8dc120
.github/workflows/check_merge_to_master.yml
@@ -35,7 +35,7 @@ jobs:
35
id: merge_master
36
run: |
37
git checkout master
38
- if git merge --no-ff origin/3.3.x --no-commit; then
+ if git merge --no-ff 3.3.x --no-commit; then
39
echo "mergeable=true" >> $GITHUB_OUTPUT
40
else
41
echo "mergeable=false" >> $GITHUB_OUTPUT
0 commit comments