Skip to content

Commit

Permalink
workflow: use full version string for directory listing action
Browse files Browse the repository at this point in the history
For whatever reason GitHub doesn't like it short-form... despite
checkout working just fine.
  • Loading branch information
lifehackerhansol committed Jan 15, 2024
1 parent 5fa351a commit d102395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: cp README.md out/README.md

- name: Github Pages Directory Listing
uses: jayanta525/github-pages-directory-listing@v4
uses: jayanta525/github-pages-directory-listing@v4.0.0
with:
FOLDER: out

Expand Down

0 comments on commit d102395

Please sign in to comment.