We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eb38b commit 3d9f73cCopy full SHA for 3d9f73c
1 file changed
.github/workflows/integration-test.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "PR already exists -> ${PR_URL}"
86
exit 0
87
else
88
- gh pr create --title "fix: Update integration tests snapshots" --body "Updates some integration tests snapshots" --base trunk --head ${BRANCH_NAME}
+ gh pr create --title "fix: Update integration tests snapshots" --body "Updates some integration tests snapshots" --base main --head ${BRANCH_NAME}
89
fi
90
91
env:
0 commit comments