Skip to content

Commit

Permalink
fix(ci): wrap comment string with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 29, 2024
1 parent c7574df commit b62dbc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build examples matrix
id: build_examples_matrix
run: COMMENT_BODY=${{ github.event.comment.body }} node ./.github/workflows/scripts/deploy-previews.js
run: node ./.github/workflows/scripts/deploy-previews.js
env:
COMMENT_BODY: '${{ github.event.comment.body }}'

deploy_example_preview:
needs: build_previews_matrix
Expand Down

0 comments on commit b62dbc1

Please sign in to comment.