Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv committed Apr 6, 2023
1 parent 5c16196 commit 517b0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
**:white_check_mark: All Cypress E2E specs passed **
:white_check_mark: All Cypress E2E specs passed
token: ${{ secrets.GITHUB_TOKEN }}

- name: E2E fail comment
Expand All @@ -53,5 +53,5 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
**:warning: Some Cypress E2E specs are failing, please fix them before merging**
:warning: Some Cypress E2E specs are failing, please fix them before merging
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 517b0c6

Please sign in to comment.