From 1fe8e5700ae116b823fd1d71167ecf589feb5cb8 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:51:27 +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 14cd0af02..ae42b0faa 100644 --- a/.github/workflows/ips.yml +++ b/.github/workflows/ips.yml @@ -11,7 +11,8 @@ on: outputs: registry: description: "Allowed IPs" - value: ${{ jobs.handle_allowed_ips.outputs.ips }} + value: test + # value: ${{ jobs.handle_allowed_ips.outputs.ips }} jobs: handle_allowed_ips: