1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-14 16:53:47 +08:00
This commit is contained in:
Johnny Willemsen
2025-11-14 17:52:23 +09:00
committed by GitHub
5 changed files with 33 additions and 3 deletions

View 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