Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-01 03:42:34 +00:00
parent 5ded586a71
commit 6809b9f9f5
150 changed files with 501 additions and 80 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi