update
diff --git a/.github/scripts/precheck/run-precheck.sh b/.github/scripts/precheck/run-precheck.sh
index 23fcfc1..59f3bd1 100644
--- a/.github/scripts/precheck/run-precheck.sh
+++ b/.github/scripts/precheck/run-precheck.sh
@@ -14,7 +14,7 @@
 # limitations under the License.
 # SPDX-License-Identifier: Apache-2.0
 export CARAVEL_USER_PROJECT_ROOT=$(pwd)
-export INPUT_DIRECTORY=$(pwd)
+export CARAVEL_ROOT=$(pwd)/caravel
 export PRECHECK_ROOT=$CARAVEL_USER_PROJECT_ROOT/mpw_precheck
 export OUTPUT_DIRECTORY=$CARAVEL_USER_PROJECT_ROOT/mpw_precheck_result
 cd ..