Skip to content

chore(deps): pin all GitHub Actions to allowed SHA versions #5

chore(deps): pin all GitHub Actions to allowed SHA versions

chore(deps): pin all GitHub Actions to allowed SHA versions #5

name: publish autodoc

Check failure on line 1 in .github/workflows/publish-autodoc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-autodoc.yml

Invalid workflow file

(Line: 16, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual '.github/actions/publish-autodoc'
on:
workflow_call:
inputs:
version:
required: false
description: "version override"
type: string
jobs:
generate-and-deploy-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: .github/actions/publish-autodoc
with:
token: ${{ secrets.GITHUB_TOKEN }}