From 618487eec1a4553167664e4781b35a90971dd885 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:11:04 +0100 Subject: [PATCH] Update ips.yml --- .github/workflows/ips.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ips.yml b/.github/workflows/ips.yml index ccc563e01..daab47c76 100644 --- a/.github/workflows/ips.yml +++ b/.github/workflows/ips.yml @@ -30,8 +30,6 @@ jobs: cmd: | IPS=$(yq 'explode(.) | {"deprecating": .deprecating_access_to_moj_intranet | flatten, "allow": .allow_access_to_moj_intranet | flatten }' -o json deploy/config/example-moj-ips.yaml) echo ::add-mask::$IPS - # echo ::set-output name=ips::$IPS # deprecated echo "ips=$IPS" >> "$GITHUB_OUTPUT" - # cmd: "IPS=$(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.ips }} \ No newline at end of file