Skip to content

Commit

Permalink
Update a11y-contrast.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Oct 25, 2024
1 parent 8019cd3 commit 182407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/a11y-contrast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
GITHUB_RUN_ID: ${{ github.run_id }}
with:
script: |
const results = ${{ steps.check-results.outputs.failedResults }}
const results = `${{ steps.check-results.outputs.failedResults }}`
const WORKFLOW_SUMMARY_URL = `https://github.com/${{env.GITHUB_REPOSITORY}}/actions/runs/${{env.GITHUB_RUN_ID}}`
Expand Down

0 comments on commit 182407b

Please sign in to comment.