From 6b9d194645422d1dbea9934358054a142192483e Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:19:58 +0100 Subject: [PATCH] Remove the echo stap --- .github/workflows/ips.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ips.yml b/.github/workflows/ips.yml index 0e96ba983..a449cd2a3 100644 --- a/.github/workflows/ips.yml +++ b/.github/workflows/ips.yml @@ -25,6 +25,4 @@ jobs: id: parseIps uses: mikefarah/yq@master with: - cmd: "yq 'explode(.) | {\"deprecating\": .deprecating_access_to_moj_intranet | flatten, \"allow\": .allow_access_to_moj_intranet | flatten }' -o json deploy/config/example-moj-ips.yaml" - - name: Reuse a variable obtained in another step - run: echo ${{ steps.parseIps.outputs.result }} \ No newline at end of file + cmd: "yq 'explode(.) | {\"deprecating\": .deprecating_access_to_moj_intranet | flatten, \"allow\": .allow_access_to_moj_intranet | flatten }' -o json deploy/config/example-moj-ips.yaml" \ No newline at end of file