Skip to content

Commit

Permalink
ci(github): adds doublequotes around env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Sep 21, 2023
1 parent 4181c7e commit 271983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
repo-token: ${{ secrets.GH_WORKFLOW_TOKEN }}
outcome: ${{ steps.backstop.outcome }}
test-id: ${{ env.ERROR_COMMENT_BODY }}
test-id: "${{ env.ERROR_COMMENT_BODY }}"

- name: ⬆ Uploading Test Report
if: always()
Expand Down

0 comments on commit 271983a

Please sign in to comment.