diff --git a/scripts/ci_check_no_file_changes.sh b/scripts/ci_check_no_file_changes.sh index 2699ae843..967da5f07 100755 --- a/scripts/ci_check_no_file_changes.sh +++ b/scripts/ci_check_no_file_changes.sh @@ -26,12 +26,7 @@ URL="https://api.github.com/repos/${GITHUB_REPO}/pulls/${PR_NUMBER}/files" FILES=$(curl -s -X GET -G "${URL}" | jq -r '.[] | .filename') -cat<