From f3404a76ba2541ea54ef2190b4dab2c9cd486196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20H=C3=A5kon?= <55088511+torhakon@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:09:16 +0100 Subject: [PATCH] print content --- .github/workflows/ciCreatePlatformPool.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ciCreatePlatformPool.yml b/.github/workflows/ciCreatePlatformPool.yml index 202308e..2704630 100644 --- a/.github/workflows/ciCreatePlatformPool.yml +++ b/.github/workflows/ciCreatePlatformPool.yml @@ -95,6 +95,7 @@ jobs: - id: loadFile run: | content=$(cat ${{ inputs.poolMatrixDefPath }}) + echo $content echo "matrixJson=$content" >> "$GITHUB_OUTPUT" createPool: