Skip to content

Commit

Permalink
Use the correct param name
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Oct 10, 2023
1 parent 581a4c5 commit 59392bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_macos_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
include:
- runner: macos-m1-12
- build-tool: macos-13-xlarge
- runner: macos-13-xlarge
fail-fast: false
with:
job-name: "test-secrets-no-filter-var"
Expand All @@ -111,7 +111,7 @@ jobs:
matrix:
include:
- runner: macos-m1-12
- build-tool: macos-13-xlarge
- runner: macos-13-xlarge
fail-fast: false
with:
job-name: "test-secrets-filter-var"
Expand Down

0 comments on commit 59392bb

Please sign in to comment.