config root to appdata root

This commit is contained in:
2025-07-23 20:51:47 +02:00
parent d5c349444b
commit 38c2457500

View File

@@ -43,8 +43,8 @@ jobs:
echo "❌ STAF_TIMEZONE secret is required" echo "❌ STAF_TIMEZONE secret is required"
exit 1 exit 1
fi fi
if [ -z "${{ secrets.STAF_CONFIG_ROOT }}" ]; then if [ -z "${{ secrets.STAF_APPDATA_ROOT }}" ]; then
echo "❌ STAF_CONFIG_ROOT secret is required" echo "❌ STAF_APPDATA_ROOT secret is required"
exit 1 exit 1
fi fi