Fixed: Corrected Hugo test.
Some checks failed
Test Action / test (push) Failing after 5s

This commit is contained in:
2026-01-11 00:24:04 +01:00
parent eb656ab713
commit c6cd02f260

View File

@@ -13,18 +13,11 @@ jobs:
with:
node-version: 24
- name: Test Download Hugo (Regex)
uses: ./
with:
repo-name: 'gohugoio/hugo'
file-name: '~hugo_extended'
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Test Download Hugo (Default)
- name: Test Download Hugo
uses: ./
with:
repo-name: 'gohugoio/hugo'
file-name: '~hugo_extended_[^a-z]'
env:
GITHUB_TOKEN: ${{ github.token }}