config root to appdata root
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user