config root to appdata root
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
||||
echo "❌ STAF_TIMEZONE secret is required"
|
||||
exit 1
|
||||
fi
|
||||
if [ -z "${{ secrets.STAF_CONFIG_ROOT }}" ]; then
|
||||
echo "❌ STAF_CONFIG_ROOT secret is required"
|
||||
if [ -z "${{ secrets.STAF_APPDATA_ROOT }}" ]; then
|
||||
echo "❌ STAF_APPDATA_ROOT secret is required"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user