Update main.yml

This commit is contained in:
Paul Kaplan 2021-06-09 11:09:30 -04:00 committed by GitHub
parent f149b98fa2
commit 8df9213ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ jobs:
git config --global user.name "${{ github.actor }}"
git checkout -b ${{ steps.vars.outputs.branch }}
git merge origin/develop
git push
git push --set-upstream origin ${{ steps.vars.outputs.branch }}
- name: Show merge commit
run: git --no-pager show
- name: Create Pull Request