From 406354c97eb851563ab2c5b26235d780736158f0 Mon Sep 17 00:00:00 2001 From: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com> Date: Sun, 4 Dec 2022 15:42:27 +0100 Subject: [PATCH] chore(workflows): Update trigger-staging-release.yml (#2718) --- .github/workflows/trigger-staging-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-staging-release.yml b/.github/workflows/trigger-staging-release.yml index 6b9b45ae04..58113a57ba 100644 --- a/.github/workflows/trigger-staging-release.yml +++ b/.github/workflows/trigger-staging-release.yml @@ -14,5 +14,5 @@ jobs: curl -X POST \ -H "Authorization: Bearer ${{secrets.STAGING_ACCESS_TOKEN}}" \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/@medusajs/medusa-staging/actions/workflows/deploy.yml/dispatches \ - -d '{"ref":"main"}' \ No newline at end of file + https://api.github.com/repos/medusajs/medusa-staging/actions/workflows/deploy.yml/dispatches \ + -d '{"ref":"main"}'