This commit is contained in:
Il'ya (Marshal) 2021-04-23 21:33:11 +02:00
parent 66e48534a7
commit 5ddd778e2e

View file

@ -32,7 +32,8 @@ jobs:
- name: Commit and push changes.
run: |
git fetch
git pull
git add .
git stash
git checkout data
@ -41,6 +42,5 @@ jobs:
git config --global user.email "github-action@users.noreply.github.com"
git config --global user.name "GitHub Action"
git add .
git commit -m "Update tracked links"
git push