Skip to content

new changes

new changes #8

Workflow file for this run

on:
push:
branches:
- workflow_imp
jobs:
build-projects:
uses: ./.github/workflows/build-projects.yaml
secrets: inherit
check-versions:
uses: ./.github/workflows/check-versions.yaml
needs: [build-projects]
secrets: inherit
lint:
uses: ./.github/workflows/lint.yaml
needs: [check-versions]
secrets: inherit
build-doc:
uses: ./.github/workflows/build-doc.yaml
needs: [lint]
secrets: inherit
deploy-doc:
uses: ./.github/workflows/deploy-doc.yaml

Check failure on line 23 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yaml (Line: 23, Col: 11): Error from called workflow SaikiranGudla/precision-converters-firmware/.github/workflows/deploy-doc.yaml@8a268cb71860df3ce76bbdf03745ab9feb6db8c5 (Line: 12, Col: 7): Unexpected value 'ref'
needs: [build-doc]
secrets: inherit