mirror of
https://code.forgejo.org/actions/checkout
synced 2025-02-23 13:21:26 +08:00
6 lines
119 B
Bash
Executable file
6 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ ! -f "./main_path_test/basic-file.txt" ]; then
|
|
echo "Expected file does not exist"
|
|
exit 1
|
|
fi
|