Skip to content

Commit

Permalink
fix: jump url
Browse files Browse the repository at this point in the history
  • Loading branch information
tea-artist committed Jan 8, 2025
1 parent 832ae84 commit 1db68a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-preview-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
SUCCESS="${{ job.status == 'success' }}"
DOMAIN="pr-cloud-${{ github.event.client_payload.pr_number }}"
URL="https://${DOMAIN}.sealosgzg.site"
URL="https://${DOMAIN}.sealoshzh.site"
if [ "$SUCCESS" = "true" ]; then
STATUS="✅ Success"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-preview-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
SUCCESS="${{ job.status == 'success' }}"
DOMAIN="pr-ee-${{ github.event.client_payload.pr_number }}"
URL="https://${DOMAIN}.sealosgzg.site"
URL="https://${DOMAIN}.sealoshzh.site"
if [ "$SUCCESS" = "true" ]; then
STATUS="✅ Success"
Expand Down

0 comments on commit 1db68a1

Please sign in to comment.