infra(GHA): description is required based on schema definition (#30305)

This commit is contained in:
Oskar Stark 2025-03-17 13:42:42 -05:00 committed by GitHub
parent 192035f8c0
commit 531319f65b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
working-directory:
required: true
type: string
description: "From which folder this pipeline executes"
python-version:
required: true
type: string

View File

@ -12,6 +12,7 @@ on:
working-directory:
required: true
type: string
description: "From which folder this pipeline executes"
default: 'libs/langchain'
dangerous-nonmaster-release:
required: false