This commit is contained in:
Michel Roegl-Brunner 2025-03-13 14:25:11 +01:00
parent f518b7e3df
commit 4400176bee

View File

@ -35,9 +35,11 @@ jobs:
done
- name: Commit JSON
env:
GITHUB_TOKEN: ${{ secrets.PAT_MICHEL }}
run: |
git config --global user.email "Github Actions[bot]"
git config --global user.name "GitHub Actions"
git add json/versions.json
git commit -m "Add new script"
git commit -m "Update versions.json"
git push --force