From a57bd72eaef68c0a853ebc1aee0aab915af91207 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Tue, 9 Jan 2024 14:08:50 -0300 Subject: [PATCH] remove unecesary slash --- .github/workflows/preview.yml | 2 +- .github/workflows/production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index aea911044..343d8932c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,7 +24,7 @@ jobs: advanced-tools-branch: advanced-tools environment: Cloudflare-Preview public-url: "/${{ needs.branch-sha.outputs.value }}" - wac-url: "https://wac.gfx.xyz/" + wac-url: "https://wac.gfx.xyz" project-branch: ${{ github.event.pull_request.head.ref }} secrets: inherit needs: diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index e2e61667b..86a856c32 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -32,5 +32,5 @@ jobs: environment: ${{inputs.environment}} project-branch: main public-url: '' - wac-url: "https://wac.gfx.xyz/" + wac-url: "https://wac.gfx.xyz" secrets: inherit