From 445106b889d87e907550425139a54d5c46c9590b Mon Sep 17 00:00:00 2001 From: Darpan Lalwani Date: Fri, 20 Sep 2024 14:13:20 +0530 Subject: [PATCH] correcting --- setup-env/dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-env/dist/index.js b/setup-env/dist/index.js index 5d5d2f0..7617869 100644 --- a/setup-env/dist/index.js +++ b/setup-env/dist/index.js @@ -23,7 +23,7 @@ module.exports = { BROWSERSTACK_TEMPLATE: { // DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', - DETAILS_API_URL: 'https://https://8c12-2405-201-6806-d09b-4d8a-335-3b92-fcbe.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + DETAILS_API_URL: 'https://8c12-2405-201-6806-d09b-4d8a-335-3b92-fcbe.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', }, };