@@ -464,7 +464,7 @@ jobs:
464
464
BRANCH_NAME : ${{ steps.create-db-branch-and-dr.outputs.BRANCH_NAME }}
465
465
BRANCH_URL : ${{ steps.create-db-branch-and-dr.outputs.BRANCH_URL }}
466
466
DB_NAME : ${{ steps.create-db-branch-and-dr.outputs.DB_NAME }}
467
- ORG_NAME : ${{ steps.create-db-branch-and-dr.ORG_NAME }}
467
+ ORG_NAME : ${{ steps.create-db-branch-and-dr.outputs. ORG_NAME }}
468
468
DDL_STATEMENTS : ${{ steps.validate_params.outputs.DDL_STATEMENTS }}
469
469
BRANCH_DIFF : ${{ steps.create-db-branch-and-dr.outputs.BRANCH_DIFF }}
470
470
with :
@@ -481,11 +481,12 @@ jobs:
481
481
* :lock: __Branch connection info__: [One-time link](${{ steps.create-db-branch-and-dr.outputs.CONNECTION_STRING_LINK }})
482
482
483
483
<details>
484
- <summary>:scroll: Proposed DDL-Statements:</summary>
485
-
486
- \`\`\`
487
- ${DDL_STATEMENTS}
488
- \`\`\`
484
+ <summary>:computer: pscale CLI commands for local access</summary>
485
+
486
+ \`\`\`
487
+ pscale shell "${DB_NAME}" "${BRANCH_NAME}" --org "${ORG_NAME}"
488
+ pscale connect "${DB_NAME}" "${BRANCH_NAME}" --org "${ORG_NAME}"
489
+ \`\`\`
489
490
490
491
</details>
491
492
@@ -664,7 +665,7 @@ jobs:
664
665
BRANCH_NAME : ${{ steps.update-db-branch.outputs.BRANCH_NAME }}
665
666
BRANCH_URL : ${{ steps.update-db-branch.outputs.BRANCH_URL }}
666
667
DB_NAME : ${{ steps.update-db-branch.outputs.DB_NAME }}
667
- ORG_NAME : ${{ steps.update-db-branch.ORG_NAME }}
668
+ ORG_NAME : ${{ steps.update-db-branch.outputs. ORG_NAME }}
668
669
DDL_STATEMENTS : ${{ steps.validate_params.outputs.DDL_STATEMENTS }}
669
670
BRANCH_DIFF : ${{ steps.update-db-branch.outputs.BRANCH_DIFF }}
670
671
with :
@@ -680,14 +681,13 @@ jobs:
680
681
* :train2: [Deploy request](${DEPLOY_REQUEST_URL})
681
682
682
683
<details>
683
- <summary>:scroll: Added DDL-Statements: </summary>
684
-
684
+ <summary>:computer: pscale CLI commands for local access </summary>
685
+
685
686
\`\`\`
686
- ${DDL_STATEMENTS}
687
+ pscale shell "${DB_NAME}" "${BRANCH_NAME}" --org "${ORG_NAME}"
688
+ pscale connect "${DB_NAME}" "${BRANCH_NAME}" --org "${ORG_NAME}"
687
689
\`\`\`
688
690
689
- </details>
690
-
691
691
<details>
692
692
<summary>📖 Calculated schema changes:</summary>
693
693
@@ -1228,7 +1228,7 @@ jobs:
1228
1228
BRANCH_NAME : ${{ steps.retrieve-attached-info.outputs.BRANCH_NAME }}
1229
1229
BRANCH_URL : ${{ steps.retrieve-attached-info.outputs.BRANCH_URL }}
1230
1230
DB_NAME : ${{ steps.retrieve-attached-info.outputs.DB_NAME }}
1231
- ORG_NAME : ${{ steps.retrieve-attached-info.ORG_NAME }}
1231
+ ORG_NAME : ${{ steps.retrieve-attached-info.outputs. ORG_NAME }}
1232
1232
BRANCH_DIFF : ${{ steps.retrieve-attached-info.outputs.BRANCH_DIFF }}
1233
1233
with :
1234
1234
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -1243,6 +1243,16 @@ jobs:
1243
1243
* :train2: [Deploy request](${DEPLOY_REQUEST_URL})
1244
1244
* :lock: __Branch connection info__: [One-time link](${{ steps.retrieve-attached-info.outputs.CONNECTION_STRING_LINK }})
1245
1245
1246
+ <details>
1247
+ <summary>:computer: pscale CLI commands for local access</summary>
1248
+
1249
+ \`\`\`
1250
+ pscale shell "${DB_NAME}" "${BRANCH_NAME}" --org "${ORG_NAME}"
1251
+ pscale connect "${DB_NAME}" "${BRANCH_NAME}" --org "${ORG_NAME}"
1252
+ \`\`\`
1253
+
1254
+ </details>
1255
+
1246
1256
<details>
1247
1257
<summary>📖 Calculated schema changes:</summary>
1248
1258
0 commit comments