mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-02-15 04:22:13 +01: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
|