Skip to content

Commit dbf1ba8

Browse files
committed
try
1 parent 53069b2 commit dbf1ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-url-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
chmod +x ci_scripts/report_preview_url.sh
3737
38-
COMMENT_BODY=$(cd pr_head && ../ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }})
38+
COMMENT_BODY=$(cd pr_head && ./ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }})
3939
4040
{
4141
echo 'comment_body<<EOF'

0 commit comments

Comments
 (0)