You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
If an if statement does not have operators in the expression, the GitHub
Action syntax allows you to omit the expression braces, but that's no
longer the case here.
Further, the GitHub Action YAML parser will trip up on the colon in the
sigle-quoted error message we are looking for, unless we put the entire
GitHub Action expression in double-quotes [1].
[1] actions/runner#1019 (comment)
echo "::error::The site is failing accessibility tests. Please review the comment in the pull request or the pa11y-ci step in the workflow for details."
0 commit comments