Skip to content

Commit 2ed4375

Browse files
committed
rename env-paths to envs
1 parent 8473575 commit 2ed4375

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
env-paths:
47+
envs:
4848
- "envs/env1.yaml"
4949
- "envs/env2.yaml"
5050
- |
@@ -53,16 +53,16 @@ jobs:
5353
expected-failure: ["false"]
5454
policy-file: ["policy.yaml"]
5555
include:
56-
- env-paths: |
56+
- envs: |
5757
envs/failing-env1.yaml
5858
policy-file: "policy.yaml"
5959
expected-failure: "true"
60-
- env-paths: |
60+
- envs: |
6161
envs/env1.yaml
6262
envs/failing-env1.yaml
6363
policy-file: "policy.yaml"
6464
expected-failure: "true"
65-
- env-paths: "envs/env1.yaml"
65+
- envs: "envs/env1.yaml"
6666
policy-file: policy_no_extra_options.yaml
6767
expected-failure: "false"
6868

@@ -75,8 +75,9 @@ jobs:
7575
continue-on-error: true
7676
with:
7777
policy: ${{ matrix.policy-file }}
78-
environment-paths: ${{ matrix.env-paths }}
78+
environments: ${{ matrix.envs }}
7979
today: 2024-12-20
80+
manifest-path: ${{ matrix.manifest-paths }}
8081
- name: detect outcome
8182
if: always()
8283
shell: bash -l {0}

0 commit comments

Comments
 (0)