Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cdaadc

Browse files
committed
fix preview URL
1 parent bc9f440 commit 7cdaadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
PREVIEW_URL: 'https://github.com/{{ github.repository }}-{{ github.job }}-pr-{{ github.event.number }}.surge.sh'
13+
PREVIEW_URL: 'https://{{ github.repository_owner }}-{{ github.event.repository.name }}-{{ github.job }}-pr-{{ github.event.number }}.surge.sh'
1414
PRODUCTION_URL: 'https://tutorial.xarray.dev/'
1515

1616
jobs:

0 commit comments

Comments
 (0)