From 03cbf4b9df0fdc7af08a4bb213f7b59e6bcc7327 Mon Sep 17 00:00:00 2001 From: "Ayobami O. Idowu" Date: Thu, 13 Jul 2023 07:06:05 -0700 Subject: [PATCH] Update action.yaml --- .github/actions/build-push-container/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-push-container/action.yaml b/.github/actions/build-push-container/action.yaml index 3b3a5b395..ec77a16c3 100644 --- a/.github/actions/build-push-container/action.yaml +++ b/.github/actions/build-push-container/action.yaml @@ -51,7 +51,7 @@ inputs: app_chefs_geo_address_apiurl: description: Proxy URL to BC Geo Address API URL required: true - default: `/${{github.event.pull_request.number}}/api/v1/bcgeoaddress/address` + default: "./api/v1/bcgeoaddress/address" app_chefs_advance_geo_address_apiurl: description: Proxy URL to BC Geo Address API URL for advance search required: true