From f8a718ee4eeb8c887df98e9d353c28e57e33a077 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:25:11 +0100 Subject: [PATCH] Update ips.yml --- .github/workflows/ips.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ips.yml b/.github/workflows/ips.yml index 519e1646c..07336a9a7 100644 --- a/.github/workflows/ips.yml +++ b/.github/workflows/ips.yml @@ -33,7 +33,7 @@ jobs: echo "ips=$IPS" >> $GITHUB_OUTPUT - name: Reuse a variable obtained in another step run: | - echo ::add-mask::${{ steps.parseIps.outputs.ips }} - IPS="${{ steps.parseIps.outputs.ips }}" + IPS="${{ needs.parseIps.outputs.ips }}" + echo $IPS echo ::add-mask::$IPS echo $IPS