Skip to content

Commit

Permalink
Mer tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
torhakon committed Dec 20, 2024
1 parent 6ca15b3 commit a7df319
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ciCreatePlatformPool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,13 @@ jobs:
- id: getMatrix
run: |
# Read JSON file and format it into a string where all special characters are escaped
content=$(jq --raw-input --slurp '.' ${{ inputs.poolMatrixDefPath }})
content=$(jq '.' ${{ inputs.poolMatrixDefPath }})
echo "matrixJson=$content" >> "$GITHUB_OUTPUT"
- name: Debug matrixJson
run: |
echo "Matrix JSON: ${{ steps.getMatrix.outputs.matrixJson }}"
createPool:
name: "Replenish Pool"
needs: [prepareMatrix, checkScratchLimitsThreshold]
Expand Down

0 comments on commit a7df319

Please sign in to comment.