Skip to content

Commit

Permalink
Add run ids
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Jan 12, 2025
1 parent 1f36e3e commit 952fb4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,33 @@ jobs:
with:
name: vrt-all-flags
path: docs/public/vrt-all-flags
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.workflow_run.head_repository.full_name }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download VRT reports (No flags enabled)
uses: actions/download-artifact@v4
with:
name: vrt-no-flag
path: docs/public/vrt-no-flag
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.workflow_run.head_repository.full_name }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download AAT reports (All flags enabled)
uses: actions/download-artifact@v4
with:
name: axe-all-flags
path: docs/public/aat-all-flags
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.workflow_run.head_repository.full_name }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download AAT reports (No flags enabled)
uses: actions/download-artifact@v4
with:
name: axe
path: docs/public/aat-no-flag
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.workflow_run.head_repository.full_name }}
run-id: ${{ github.event.workflow_run.id }}
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
Expand Down

0 comments on commit 952fb4f

Please sign in to comment.