Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-05-14 22:13:02 +00:00
parent 0112cedf6d
commit c1a83cd534
56 changed files with 33 additions and 33 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi