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

Commit

Permalink
Fix missing checkout need for local action
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
danielfdickinson committed Sep 11, 2023
1 parent 0a56a9c commit 3e12878
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 @@ -22,6 +22,7 @@ jobs:
hugo-version: latest
upload-site-as: unminified-site
source-directory: tests/config
- uses: actions/checkout@v4
- name: Validate HTML in output-directory
uses: ./
with:
Expand Down

0 comments on commit 3e12878

Please sign in to comment.