From aa6636246b3b1c4efa06c824a8c552e715f5ab6d Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Tue, 10 Sep 2024 23:43:25 +0700 Subject: [PATCH] WIP --- .github/workflows/gateway_commons.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gateway_commons.yml b/.github/workflows/gateway_commons.yml index 0338c276f..a3ccefcff 100644 --- a/.github/workflows/gateway_commons.yml +++ b/.github/workflows/gateway_commons.yml @@ -30,8 +30,8 @@ jobs: EOF ) matrix=$(echo $matrixSource | jq --arg branchName "$branchName" 'map(. | select((.branch==$branchName)) )') - echo ::set-output name=matrix::{\"include\":$(echo $matrix)}\" - echo ::set-output name=matrixLength::$(echo $matrix | jq length) + echo "matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT + echo "matrixLength=$(echo $matrix | jq length)" >> $GITHUB_OUTPUT deploy: name: Deploy Gateway Commons