Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-02 09:09:13 +00:00
parent d9d45e29d4
commit be1adab95d
3 changed files with 41 additions and 1 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi