From d21af2bb168c21728a14b07673b316a359f02d73 Mon Sep 17 00:00:00 2001 From: tpikachu <46133358+tpikachu@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:11:45 -0600 Subject: [PATCH] test with staging --- dist/index.js | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 95ae72f..0ee842e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -38830,7 +38830,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms)); const baseUrl = (process.env.IS_DEV ? "http://localhost:1337" - : "https://replayable-api-production.herokuapp.com") + "/api/v1"; + : "https://replayable-api-staging.herokuapp.com") + "/api/v1"; const repo = process.env.IS_DEV ? "replayableio/testdriver-action" diff --git a/src/index.js b/src/index.js index b0f942c..5f1c20d 100644 --- a/src/index.js +++ b/src/index.js @@ -18,7 +18,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms)); const baseUrl = (process.env.IS_DEV ? "http://localhost:1337" - : "https://replayable-api-production.herokuapp.com") + "/api/v1"; + : "https://replayable-api-staging.herokuapp.com") + "/api/v1"; const repo = process.env.IS_DEV ? "replayableio/testdriver-action"