Skip to content

Commit

Permalink
Update axe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Apr 3, 2024
1 parent 9f51781 commit 3307114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
{
echo 'AXE_OUTPUT<<EOF'
axe https://beta.gouv.fr
axe https://beta.gouv.fr --exit
echo EOF
} >> "$GITHUB_ENV"
Expand All @@ -38,7 +38,7 @@ jobs:
echo "$AXE_OUTPUT"
- name: Post result
if: success() || failure()
if: failure()
uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
Expand Down

0 comments on commit 3307114

Please sign in to comment.