diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index 9af2c897888f..19b9b4034d3e 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -23,10 +23,12 @@ jobs: id: axe shell: bash run: | - npm install -g @axe-core/cli - AXE_OUTPUT=$(axe https://beta.gouv.fr) - echo $AXE_OUTPUT - echo "$AXE_OUTPUT=$(echo $AXE_OUTPUT)" >> $GITHUB_OUTPUT + { + npm install -g @axe-core/cli + echo 'AXE_OUTPUT<> "$GITHUB_ENV" - name: Read result if: success() || failure()