Skip to content

Commit

Permalink
Fix issue in bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
torhakon committed Dec 20, 2024
1 parent be7153d commit b072607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ciCreatePlatformPool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- id: loadFile
run: |
content='cat ${{ inputs.poolMatrixDefPath }}'
content=$(cat ${{ inputs.poolMatrixDefPath }})
echo "matrixJson=$content" >> "$GITHUB_OUTPUT"
createPool:
Expand Down

0 comments on commit b072607

Please sign in to comment.