Skip to content

ci: real workflow wrapper (Actions skips symlinked .github); pin _qua… #1

ci: real workflow wrapper (Actions skips symlinked .github); pin _qua…

ci: real workflow wrapper (Actions skips symlinked .github); pin _qua… #1

Workflow file for this run

name: Render Quarto (calls shared workflow)
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
call-shared-render:
uses: ebpro/_quarto-utils/.github/workflows/render-quarto.yml@v1.0.0

Check failure on line 11 in .github/workflows/ci-render.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-render.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-render.yml" -> "ebpro/_quarto-utils/.github/workflows/render-quarto.yml@v1.0.0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
profiles: 'notes,slides'
quarto-image: 'quarto/quarto:latest'
utils-repo: 'ebpro/_quarto-utils'
utils-ref: 'v1.0.0'
output-path: '_output'