You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: