Skip to content

Commit

Permalink
Fix matrix context accessing
Browse files Browse the repository at this point in the history
- instead of _
  • Loading branch information
amstilp committed May 28, 2024
1 parent d0091bb commit 8e4430a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/womtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
wdl-file: ["validate_gsr_model.wdl"]

name: "Run womtool: ${{ matrix.wdl_file }}"
name: "Run womtool: ${{ matrix.wdl-file }}"

steps:

Expand All @@ -36,4 +36,4 @@ jobs:
- name: Run womtool
uses: UW-GAC/womtool-action@main
with:
wdl-file: ${{ matrix.wdl_file }}
wdl-file: ${{ matrix.wdl-file }}

0 comments on commit 8e4430a

Please sign in to comment.