Skip to content

Commit

Permalink
fix projects yaml input (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexivanov authored Sep 17, 2024
1 parent 1c6e3bc commit 755a237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud-compute/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ inputs:
description: |
Override the head commit SHA that we are analysing instead of using the one inferred automatically by Meticulous. This normally should not be set, but is useful in some scenarios.
required: false
projects_yaml:
projects-yaml:
description: |
YAML string that defines the projects to run. This must be provided if `api-token` and `app-url` are not set.
This is useful when executing tests for multiple projects in a single job.
If `skip` is set to `true`, Meticulous will not run tests for that project.
Schema:
```yaml
projects_yaml: |
projects-yaml: |
app:
api-token: {{ secrets.METICULOUS_APP_API_TOKEN }}
app-url: "http://localhost:3000"
Expand Down

0 comments on commit 755a237

Please sign in to comment.