We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c62557 commit 0d0ff5dCopy full SHA for 0d0ff5d
1 file changed
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