Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-11 03:34:15 +00:00
parent a508636724
commit 6ba5f427f8
99 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi