Unverified Commit 398bf3f1 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent b250f304
......@@ -28,6 +28,7 @@ jobs:
run: |
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
git checkout -b ${{ steps.vars.outputs.branch }}
git merge origin/develop
git push --set-upstream origin ${{ steps.vars.outputs.branch }}
- name: Show merge commit
......
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