shorter truncation

This commit is contained in:
Adam Wilson
2025-08-19 13:05:37 -06:00
parent 3f95f3e4b6
commit e8588f6461
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
echo "ERROR: HF_TOKEN is empty or not set"
exit 1
else
echo "HF_TOKEN is set (first 10 chars): ${HF_TOKEN:0:10}..."
echo "HF_TOKEN is set: ${HF_TOKEN:0:3}..."
fi
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}