Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-28 06:35:19 +00:00
parent f6a2e06da0
commit b3559352c8
23 changed files with 5 additions and 5 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi