Skip to content

Commit d8dc120

Browse files
committed
Merge pull request phpbb#6723 from marc1706/ticket/17394
[ticket/17394] Merge local 3.3.x and not remote into master
2 parents 914383a + d5e94f1 commit d8dc120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_merge_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: merge_master
3636
run: |
3737
git checkout master
38-
if git merge --no-ff origin/3.3.x --no-commit; then
38+
if git merge --no-ff 3.3.x --no-commit; then
3939
echo "mergeable=true" >> $GITHUB_OUTPUT
4040
else
4141
echo "mergeable=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)