Skip to content

Allow many paths to be passed in #38

@dylanratcliffe

Description

@dylanratcliffe

Users should be able to pass in multiple JSON files using the plan-json argument. This should be done using multiple lines. We should also support glob patterns here so that users can submit many plans that match a pattern:

- uses: overmindtech/actions/submit-plan@main
  id: submit-plan
  with:
    ovm-api-key: ${{ secrets.OVM_API_KEY }} # Generated within Overmind
    plan-json: | # locate multiple plan files to process at once
      ./tfplan.json
      ./plans/*.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions