From ad901f840e68ad460a864eff3e6bf61e42deacad Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:13:57 +0100 Subject: [PATCH] Update ips.yml --- .github/workflows/ips.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ips.yml b/.github/workflows/ips.yml index daab47c76..4eb9a9eca 100644 --- a/.github/workflows/ips.yml +++ b/.github/workflows/ips.yml @@ -30,6 +30,7 @@ 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 "ips=$IPS" >> "$GITHUB_OUTPUT" + echo ::set-output name=ips::$IPS + # 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