Update update_json_date.yml

This commit is contained in:
Michel Roegl-Brunner 2025-01-16 13:42:45 +01:00 committed by GitHub
parent 16c041ca74
commit cd085ef22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,4 +55,5 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git diff --exit-code || git commit -am "Updating Dates in affected JSON files."
git push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}