File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.'
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 }}
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments