Skip to content

Added missing type on workflow inputs #2

Added missing type on workflow inputs

Added missing type on workflow inputs #2

Workflow file for this run

name: cicd-feature
on:
push:
branches:
- feature/*
pull_request:
branches:
- feature/*
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml

Check failure on line 13 in .github/workflows/cicd-feature.yml

View workflow run for this annotation

GitHub Actions / cicd-feature

Invalid workflow file

The workflow is not valid. .github/workflows/cicd-feature.yml (Line: 13, Col: 11): Input node-version is required, but not provided while calling. .github/workflows/cicd-feature.yml (Line: 13, Col: 11): Input python-version is required, but not provided while calling.