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 9e5011e commit ed03fc9Copy full SHA for ed03fc9
.github/workflows/preview-url-report.yml
@@ -52,7 +52,7 @@ jobs:
52
done
53
54
if [ "$IS_TRUSTED" == "true" ]; then
55
- echo "✅ Using PR branch script (same repo or trusted user: $PR_AUTHOR)"
+ echo "✅ Using PR branch script (trusted user: $PR_AUTHOR)"
56
chmod +x pr/ci_scripts/report_preview_url.sh
57
cd pr
58
SCRIPT_PATH="./ci_scripts/report_preview_url.sh"
0 commit comments