mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-25 01:13:40 +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
7
.github/workflows/update_json_date.yml
vendored
7
.github/workflows/update_json_date.yml
vendored
@ -51,8 +51,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
git config user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
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 diff --exit-code || git commit -am "Updating Dates in affected JSON files."
|
||||||
git push
|
git push
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user