Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-16 10:07:39 +00:00
parent a51cefa4d5
commit 7044b5a7fa
39 changed files with 359 additions and 64 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi