1
0

Fix workflow file

This commit is contained in:
Ö. Efe D.
2025-03-11 15:23:58 +01:00
parent 14afeab1e8
commit 24301689d6

View File

@@ -25,9 +25,6 @@ jobs:
python -m pip install --upgrade pip
pip install requests
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update mod versions
run: |
python .github/scripts/update_mod_versions.py
@@ -49,5 +46,3 @@ jobs:
git push
else
echo "No changes to commit"
fi