We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0cf5d commit 7431733Copy full SHA for 7431733
.github/workflows/pa11y.yml
@@ -22,6 +22,7 @@ jobs:
22
npm i
23
npm test
24
- name: Commit report
25
+ if: ${{ always() }}
26
run: |
27
git config user.name "Automated"
28
git config user.email "[email protected]"
0 commit comments