From e64cd9bebd18aaf06d75e5904ccd0eff67dae254 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Thu, 21 Sep 2023 21:25:34 -0400 Subject: [PATCH] chore(github): gaaisfhdapoisdfbnasdhul --- .github/workflows/test-backstop.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index 52faf8c91..82b382f92 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -89,19 +89,21 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `# 🙈 BackstopJS found some visual changes: + body: "# 🙈 BackstopJS found some visual changes: directly accessed outputs ${{ steps.backstop.outputs.ERROR_COMMENT_BODY }} via env - $BODY` + $BODY" }) - name: continue-on-error Comment uses: dgrebb/continue-on-error-comment@feature/change-signature + env: + BODY: ${{ steps.backstop.outputs.ERROR_COMMENT_BODY }} with: repo-token: ${{ secrets.GH_WORKFLOW_TOKEN }} outcome: ${{ steps.backstop.outcome }} - test-id: Errors ${{ steps.backstop.outputs.ERROR_COMMENT_BODY }} + test-id: "Errors $BODY" - name: ⬆ Uploading Test Report if: always()