We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2c6cc commit c525d62Copy full SHA for c525d62
1 file changed
.github/workflows/icon-prompts.yml
@@ -48,6 +48,7 @@ jobs:
48
env:
49
PROMPTS_JSON: ${{ steps.read_prompts.outputs.prompts }}
50
with:
51
+ result-encoding: string
52
script: |
53
const prompts = JSON.parse(process.env.PROMPTS_JSON);
54
0 commit comments