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 ff9a45b commit a0ec543Copy full SHA for a0ec543
install_scripts.sh
@@ -30,7 +30,7 @@ file_changed_in_pr() {
30
(
31
cd "$repo_root" || return 2
32
if [ -f "$PR_DIFF" ]; then # PR_DIFF should be set by the calling script
33
- grep -q "b/$rel_path" "$pr_diff" # Add b/ to match diff patterns
+ grep -q "b/$rel_path" "$PR_DIFF" # Add b/ to match diff patterns
34
else
35
return 3
36
fi
0 commit comments