Git merge

This commit is contained in:
Yanqin Jin 2020-04-29 11:12:56 -07:00
parent 3a2b72ab07
commit 2b8a4125c6

View File

@ -17,6 +17,7 @@ jobs:
echo git status && git status
echo "git remote -v" && git remote -v
echo git branch && git branch
git merge-base upstream/master HEAD
- name: Setup Python
uses: actions/setup-python@v1