GitHub Action workflows cannot be in a sub folder

This commit is contained in:
Hugh Nimmo-Smith
2025-02-06 12:55:28 +00:00
parent 613675553f
commit e23d8828ad
6 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ on:
- "docs/**"
jobs:
build_element_call:
uses: ./.github/workflows/lib/build-element-call.yaml
uses: ./.github/workflows/build-element-call.yaml
with:
vite_app_version: ${{ github.event.release.tag_name || github.sha }}
secrets: