From 2cc129c74d139d513818b8fec75f32efd13447d8 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Fri, 24 May 2024 11:57:53 -0700 Subject: [PATCH] fix --- .github/actions/setup-config-conf/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-config-conf/action.yml b/.github/actions/setup-config-conf/action.yml index b871a28d1..fb2617d06 100644 --- a/.github/actions/setup-config-conf/action.yml +++ b/.github/actions/setup-config-conf/action.yml @@ -20,4 +20,4 @@ runs: if: ${{ inputs.using-ee-server == 'true' }} uses: ./.github/actions/setup-config-conf-for-ee with: - ee-host-ip-address: ${{ inputs.ee-host-ip-address }} + host-ip-address: ${{ inputs.ee-host-ip-address }}