Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Oct 8, 2024
1 parent 60a2236 commit 96ff134
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/a11y-contrast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
id: check-results
continue-on-error: true
run: |
node ${{ github.action_path }}/scripts/a11y-contrast/prepareCheckResults.js
node ${{ github.workspace }}.github/workflows/scripts/a11y-contrast/prepare-check-results.js
shell: bash
- run: ls -la ${{ github.action_path }}
- run: ls -la ${{ github.workspace }}
- run: ls -la ${{ github.action_path }}/.github/workflows/scripts/a11y-contrast
- run: ls -la ${{ github.workspace }}/.github/workflows/scripts/

- name: Report check results as summary
uses: actions/github-script@v7
Expand Down

0 comments on commit 96ff134

Please sign in to comment.