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 46c76d0 commit c5b6014Copy full SHA for c5b6014
.github/workflows/a11y.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Extract and Pair AEM Preview URLs
15
id: extract_urls
16
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
17
with:
18
script: |
19
const prBody = context.payload.pull_request.body || '';
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Post accessibility summary comment
129
if: always() && steps.generate_report.outcome == 'success'
130
131
132
github-token: ${{ secrets.GITHUB_TOKEN }}
133
0 commit comments