Implemented asset matching. Added a local test workflow.
Some checks failed
Test Action / test (push) Failing after 4s
Some checks failed
Test Action / test (push) Failing after 4s
This commit is contained in:
22
.github/workflows/test.yml
vendored
22
.github/workflows/test.yml
vendored
@@ -1,22 +0,0 @@
|
||||
name: Test Action
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test Download Hugo
|
||||
uses: ./
|
||||
with:
|
||||
repo-name: 'gohugoio/hugo'
|
||||
file-name: 'hugo_extended_.*_{{SYSTEM}}-{{ARCH}}\.tar\.gz'
|
||||
use-regex: 'true'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
- name: Verify Installation
|
||||
run: |
|
||||
hugo version
|
||||
Reference in New Issue
Block a user