Unverified Commit 8df9213a authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent f149b98f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment