mirror of
https://github.com/actions/checkout.git
synced 2025-09-12 02:32:20 +08:00
Merge f80349a6ad
into 85e6279cec
This commit is contained in:
6
__test__/verify-environment-path.sh
Executable file
6
__test__/verify-environment-path.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -f "./main_path_test/basic-file.txt" ]; then
|
||||
echo "Expected file does not exist"
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user