From 3d4ff1a1f069bbe20b041c216a48441d45a52a64 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 14 Feb 2023 12:15:22 -0500 Subject: [PATCH] Switch back to official egress proxy repo --- .github/actions/deploy-proxy/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/deploy-proxy/action.yml b/.github/actions/deploy-proxy/action.yml index 13a773fa0..ff9d1cbe8 100644 --- a/.github/actions/deploy-proxy/action.yml +++ b/.github/actions/deploy-proxy/action.yml @@ -9,10 +9,10 @@ inputs: required: true proxy_repo: description: git repo for cg-egress-proxy - default: https://github.com/rahearn/cg-egress-proxy.git + default: https://github.com/GSA-TTS/cg-egress-proxy.git proxy_version: description: git ref to be deployed - default: new-relic-connection + default: main runs: using: composite steps: