mirror of
https://github.com/Maks1mS/free-ozon-dpr.git
synced 2024-12-23 18:42:59 +03:00
[ci] fix "Commit changes"
This commit is contained in:
parent
3e577d1828
commit
03846bccd0
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
@ -29,5 +29,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
git add .
|
||||||
git commit -am "[Automated action] Update points" || true
|
git commit -am "[Automated action] Update points" || true
|
||||||
git push
|
git push
|
Loading…
Reference in New Issue
Block a user