Skip to content

chore: Disable docs in workflow #937

chore: Disable docs in workflow

chore: Disable docs in workflow #937

Workflow file for this run

name: CI and automated releases
on:
pull_request:
push:
branches: [master]
jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/nodejs-knative-ci.yml@main
with:
docker_image_local_name: dev.local/awala-pong
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
knative_eventing_enabled: false
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/server-release.yml@main

Check failure on line 18 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI and automated releases

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 18, Col: 11): Error from called workflow relaycorp/shared-workflows/.github/workflows/server-release.yml@main (Line: 59, Col: 13): Unrecognized named-value: 'input'. Located at position 1 within expression: input.enable_docs == true && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) In .github/workflows/ci.yml (Line: 18, Col: 11): Error from called workflow relaycorp/shared-workflows/.github/workflows/server-release.yml@main (Line: 86, Col: 9): Unrecognized named-value: 'input'. Located at position 1 within expression: input.enable_docs == true && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
with:
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
enable_docs: false
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_PUSH_PASSWORD }}