From 6c0281c1e2e49909c5680a35fff9b1ffc5e845b3 Mon Sep 17 00:00:00 2001 From: olaadejnr Date: Tue, 25 Apr 2023 13:53:23 +0100 Subject: [PATCH] changed test to use main branch --- .github/workflows/deploy_to_sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_sandbox.yml b/.github/workflows/deploy_to_sandbox.yml index dcf2801..a049578 100644 --- a/.github/workflows/deploy_to_sandbox.yml +++ b/.github/workflows/deploy_to_sandbox.yml @@ -31,5 +31,5 @@ jobs: -H "Authorization: Bearer ${{ secrets.ACCESS_TOKEN }} " \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/UKHSA-Internal/AIQ-Automation-Covid-Dashboard/actions/workflows/CovidDashboard_CI.yml/dispatches \ - -d '{"ref":"main","inputs": { "DExecution_Env":"Sandbox", "DScenarioNameTest":"SmokeTests_Scenario" } + -d '{"ref":"main","inputs": { "DExecution_Env":"Sandbox", "DScenarioNameTest":"SmokeTests_Scenario" }}'