diff --git a/.github/workflows/actions/deploy_v2/action.yml b/.github/workflows/actions/deploy_v2/action.yml index 6b5ea8f1a..e3262121f 100644 --- a/.github/workflows/actions/deploy_v2/action.yml +++ b/.github/workflows/actions/deploy_v2/action.yml @@ -53,5 +53,5 @@ runs: run: | tests/confidence/healthcheck.sh "${HOSTNAME}" "${IMAGE_TAG#sha-}" env: - HOSTNAME: ${{steps.variables.outputs.hostname}} + HOSTNAME: ${{steps.set_env_var.outputs.hostname}} IMAGE_TAG: ${{ inputs.sha }}