We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53069b2 commit dbf1ba8Copy full SHA for dbf1ba8
.github/workflows/preview-url-report.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
chmod +x ci_scripts/report_preview_url.sh
37
38
- COMMENT_BODY=$(cd pr_head && ../ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }})
+ COMMENT_BODY=$(cd pr_head && ./ci_scripts/report_preview_url.sh ${{ github.event.pull_request.number }})
39
40
{
41
echo 'comment_body<<EOF'
0 commit comments