mirror of
https://code.forgejo.org/actions/checkout
synced 2025-04-17 22:34:39 +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
|