Fix: Correct file-type input for asset selection and enhance regex filtering debugging with dry run support
Some checks failed
Test Action / test (push) Failing after 7s

This commit is contained in:
2026-04-07 07:02:42 +02:00
parent e7e7ee53f6
commit 26ef54930a
4 changed files with 33 additions and 20 deletions

View File

@@ -35,6 +35,7 @@ jobs:
with:
repository: 'gohugoio/hugo'
file-name: '~hugo_extended_[^a-z]'
file-type: 'archive'
token: ${{ secrets.GH_TOKEN }}
update-cache: 'always'