Skip to content
name: Documentation CI - call downstream workflow
on:
push:
#branches:
#- test-netops-docs-workflow
paths:
- manifests/**
env:
BRANCH: just-another-branch
jobs:
trigger_downstream_workflow:
uses: heyvister1/network-operator-docs/.github/workflows/docs-ci.yaml@test-netops-docs-workflow
with:

Check failure on line 17 in .github/workflows/docs-ci-trigger.yaml

View workflow run for this annotation

GitHub Actions / Documentation CI - call downstream workflow

Invalid workflow file

The workflow is not valid. .github/workflows/docs-ci-trigger.yaml (Line: 17, Col: 10): Unexpected value ''
#owner: heyvister1
#repo: network-operator-docs
#git_tag: v24.10.0-beta.4 #${{ github.ref_name }}
secrets:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}