We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee59416 commit 7a60cdaCopy full SHA for 7a60cda
2 files changed
.github/workflows/pgschema-multifile-plan.yml
@@ -69,8 +69,7 @@ jobs:
69
script: |
70
const planOutput = `${{ steps.plan.outputs.plan }}`;
71
72
- // Decode the escaped output
73
- const decodedOutput = decodeURIComponent(planOutput);
+ const decodedOutput = planOutput;
74
75
const body = `## pgschema Plan Output
76
.github/workflows/pgschema-singlefile-plan.yml
@@ -70,8 +70,7 @@ jobs:
77
0 commit comments