Skip to content

Commit

Permalink
remove unecesary slash
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Jan 9, 2024
1 parent bbe0682 commit a57bd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a57bd72

Please sign in to comment.