Unverified Commit 56b351c6 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent 238a6704
......@@ -28,7 +28,6 @@ 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
- name: Show merge commit
run: git --no-pager show
......@@ -37,6 +36,8 @@ jobs:
with:
commit-message: Release branch ${{ steps.vars.outputs.branch }}
title: ${{ steps.vars.outputs.branch }}
branch: ${{ steps.vars.outputs.branch }}
base: develop
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
......
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