Skip to content

Commit

Permalink
fix: matrix env typo (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio authored Dec 2, 2024
1 parent 019abf0 commit 241b83d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opensearch-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- test
- stage
- preprod
- prod

jobs:
backup:
Expand All @@ -24,7 +25,7 @@ jobs:

strategy:
matrix:
environment: ${{ github.event_name == 'schedule' && fromJson('["poc," "dev", "test", "stage"]') || fromJson(format('["{0}"]', github.event.inputs.environment)) }}
environment: ${{ github.event_name == 'schedule' && fromJson('["poc", "dev", "test", "stage"]') || fromJson(format('["{0}"]', github.event.inputs.environment)) }}

environment: ${{ matrix.environment }}-preapproved

Expand Down

0 comments on commit 241b83d

Please sign in to comment.