[ticket/17394] Merge local 3.3.x and not remote into master

PHPBB-17394
This commit is contained in:
Marc Alexander 2024-09-28 16:14:22 +01:00
parent 914383a581
commit d5e94f1d97
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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