Skip to content

Commit 3d9f73c

Browse files
committed
fix
1 parent f5eb38b commit 3d9f73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "PR already exists -> ${PR_URL}"
8686
exit 0
8787
else
88-
gh pr create --title "fix: Update integration tests snapshots" --body "Updates some integration tests snapshots" --base trunk --head ${BRANCH_NAME}
88+
gh pr create --title "fix: Update integration tests snapshots" --body "Updates some integration tests snapshots" --base main --head ${BRANCH_NAME}
8989
fi
9090
fi
9191
env:

0 commit comments

Comments
 (0)