Skip to content

Commit 205a756

Browse files
committed
Another fix attempt
1 parent 978dea9 commit 205a756

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
type: string
2020
proto-include-path:
2121
description: 'Additional path to include in the proto generation.'
22-
default: ''
22+
default: 'abc'
2323
type: string
2424
output-basepath:
2525
description: 'The base output path for codegened files.'
@@ -64,7 +64,7 @@ jobs:
6464
run: poetry install -v --only main
6565
- name: Generate gRPC stubs
6666
run: |
67-
poetry run grpc-generator --proto-basepath ${{ inputs.proto-basepath }} --proto-subpath ${{ inputs.proto-subpath }} --proto-include-path ${{ proto-include-path }} --output-basepath ${{ inputs.output-basepath }} --output-format ${{ inputs.output-format }}
67+
poetry run grpc-generator --proto-basepath ${{ inputs.proto-basepath }} --proto-subpath ${{ inputs.proto-subpath }} --proto-include-paths ${{ proto-include-path }} --output-basepath ${{ inputs.output-basepath }} --output-format ${{ inputs.output-format }}
6868
- name: Check for out-of-date gRPC stubs
6969
run: |
7070
git add ${{ inputs.output-basepath }}

.github/workflows/check_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
type: string
1616
proto-include-path:
1717
description: 'Additional path to include in the proto generation.'
18-
default: ''
18+
default: 'abc'
1919
type: string
2020
output-format:
2121
description: 'submodule or subpackage'

0 commit comments

Comments
 (0)