Update .gitea/workflows/update-factorio-modlist.yml

This commit is contained in:
2025-11-23 18:46:37 +00:00
parent 514002bcb8
commit cbeda251a6

View File

@@ -18,6 +18,7 @@ jobs:
REPO: FastDL
BRANCH: main
run: |
echo "Token length: ${#GITEA_TOKEN}"
response=$(curl -s -H "Authorization: token $GITEA_TOKEN" \
"$GITEA_API_URL/repos/$OWNER/$REPO/contents/Factorio?ref=$BRANCH")