mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17394] Merge local 3.3.x and not remote into master
PHPBB-17394
This commit is contained in:
parent
914383a581
commit
d5e94f1d97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_merge_to_master.yml
vendored
2
.github/workflows/check_merge_to_master.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue