Implemented asset matching. Added a local test workflow.
Some checks failed
Test Action / test (push) Failing after 4s

This commit is contained in:
2026-01-10 23:34:07 +01:00
parent 0d0a0e5b84
commit 16555dfd7d
4 changed files with 101 additions and 31 deletions

28
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,28 @@
name: Test Action
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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)
uses: ./
with:
repo-name: 'gohugoio/hugo'
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Verify Installation
run: |
hugo version