Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 8916814

Browse files
Fix the artifact call of validator action
Signed-off-by: Daniel F. Dickinson <[email protected]>
1 parent 1b1a906 commit 8916814

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-build-audit.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,12 @@ jobs:
5858
matrix:
5959
post-status: [default, drafts, future]
6060
steps:
61-
- uses: actions/checkout@v4
6261
- name: Validate HTML from artifact
63-
uses: ./
62+
uses: wildtechgarden/validator-html-action@main
6463
with:
6564
download-site-as: unminified-site-${{ matrix.post-status }}
6665
output-directory: public-${{ matrix.post-status }}
6766
repo-token: ${{ secrets.GITHUB_TOKEN }}
68-
6967
# yamllint enable rule:line-length
7068
# yamllint enable rule:key-ordering
7169
...

0 commit comments

Comments
 (0)