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