Skip to content

Commit

Permalink
chore(github): gaaisfhdapoisdfbnasdhul
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Sep 22, 2023
1 parent 9b4b120 commit e64cd9b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e64cd9b

Please sign in to comment.