Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow many paths to be passed in #38

Open
dylanratcliffe opened this issue Feb 5, 2025 · 0 comments
Open

Allow many paths to be passed in #38

dylanratcliffe opened this issue Feb 5, 2025 · 0 comments

Comments

@dylanratcliffe
Copy link
Member

dylanratcliffe commented Feb 5, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant