mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 19:29:48 +00:00
[core]Update update_json_date.yml (#1526)
* [core]Update update_json_date.yml * Update update_json_date.yml
This commit is contained in:
parent
f65abd9ac8
commit
8533380813
1 changed files with 4 additions and 3 deletions
7
.github/workflows/update_json_date.yml
vendored
7
.github/workflows/update_json_date.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue