Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Feb 24, 2024
1 parent 8a7fdf2 commit df51e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
echo "matrix=$(jq -c '[ .[] |
{
"name": (.namespace + "/" + .name),
"config": .info.config,
"dir": .info.config | capture("^(?<dir>.*\/)").dir
"config": .build_info.config,
"dir": .build_info.config | capture("^(?<dir>.*\/)").dir
}
]' ns_list.json )" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit df51e63

Please sign in to comment.