1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2024-09-28 16:52:14 +01:00

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