Skip to content

GitHub actions should support multiple include paths #74

Description

@bkeryan

Problem to Solve

The grpc-generator command supports specifying --proto-include-path multiple times, but the GitHub Actions workflows' proto-include-path input supports only a single string.

Proposed Solution

workflow_call inputs support only the types boolean, number, and string, so the easiest solution is to treat the proto-include-path input as a space-delimited list and add the prefix --proto-include-path to each element.

AB#3236145

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageNew issue that needs to be reviewed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions