Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-17 21:20:15 +00:00
parent cbda414b7c
commit 366d5fc4e8
29 changed files with 6 additions and 6 deletions
@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi