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

Commit

Permalink
Checkout self when starting artifact validation
Browse files Browse the repository at this point in the history
Otherwise the action is not present to be run.

Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
danielfdickinson committed Sep 11, 2023
1 parent 7d04898 commit ad5b36a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
needs: build-unminified-site
runs-on: ubuntu 22.04
steps:
- uses: actions/checkout@v4
- name: Validate HTML from artifact
uses: ./
with:
Expand Down

0 comments on commit ad5b36a

Please sign in to comment.