Update .gitea/workflows/update-factorio-modlist.yml
This commit is contained in:
@@ -18,6 +18,7 @@ jobs:
|
|||||||
REPO: FastDL
|
REPO: FastDL
|
||||||
BRANCH: main
|
BRANCH: main
|
||||||
run: |
|
run: |
|
||||||
|
echo "Token length: ${#GITEA_TOKEN}"
|
||||||
response=$(curl -s -H "Authorization: token $GITEA_TOKEN" \
|
response=$(curl -s -H "Authorization: token $GITEA_TOKEN" \
|
||||||
"$GITEA_API_URL/repos/$OWNER/$REPO/contents/Factorio?ref=$BRANCH")
|
"$GITEA_API_URL/repos/$OWNER/$REPO/contents/Factorio?ref=$BRANCH")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user