Skip to content

Commit

Permalink
fix command for json format
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanlee1995 committed Dec 3, 2023
1 parent 19f3237 commit f2807ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
modulenames="chipseq gwas"
echo "modulenames=$modulenames" >> $GITHUB_OUTPUT
# echo $modulenames | tr ' ' '\n' | sed 's/^/type=gha,scope=builder-/' | paste -s
matrix=$(echo $modulenames | jq -R 'split(" ") | map({modulename: .})')
matrix=$(echo $modulenames | jq -R 'split(" ") | {include: map({modulename: .})}')
echo "matrix=$(echo $matrix | jq -c)" >> $GITHUB_OUTPUT
build-module-images:
Expand Down

0 comments on commit f2807ad

Please sign in to comment.