git stash

This commit is contained in:
Il'ya (Marshal) 2021-04-23 21:26:04 +02:00
parent ea3bfaf71f
commit 66e48534a7

View file

@ -33,7 +33,10 @@ jobs:
- name: Commit and push changes.
run: |
git fetch
git checkout --theirs data
git stash
git checkout data
git stash pop
git config --global user.email "github-action@users.noreply.github.com"
git config --global user.name "GitHub Action"