Skip to content

Commit

Permalink
Fix slack message links
Browse files Browse the repository at this point in the history
  • Loading branch information
scruti committed Aug 7, 2024
1 parent 0f2c637 commit f6de387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accessibility_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set environment variables from build output
if: failure()
run: |
echo "LINK_TO_RUN=${{ needs.build.outputs.LINK_TO_RUN}}" >> $GITHUB_ENV
echo "LINK_TO_RUN=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" >> $GITHUB_ENV
- name: Notify twd_tv_dev channel on Pa11y test failures
if: failure()
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Set environment variables from build output
if: failure()
run: |
echo "LINK_TO_RUN=${{ needs.build.outputs.LINK_TO_RUN}}" >> $GITHUB_ENV
echo "LINK_TO_RUN=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" >> $GITHUB_ENV
- name: Notify twd_tv_dev channel on Axe test failures
if: failure()
Expand Down

0 comments on commit f6de387

Please sign in to comment.