mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
git stash
This commit is contained in:
parent
ea3bfaf71f
commit
66e48534a7
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue