[core]Update update_json_date.yml (#1526)

* [core]Update update_json_date.yml

* Update update_json_date.yml
This commit is contained in:
Michel Roegl-Brunner 2025-01-16 13:44:04 +01:00 committed by GitHub
parent f65abd9ac8
commit 8533380813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,8 +51,9 @@ jobs:
fi
done
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
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 }}