Unverified Commit 7469ce48 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent 8df9213a
...@@ -30,7 +30,6 @@ jobs: ...@@ -30,7 +30,6 @@ jobs:
git config --global user.name "${{ github.actor }}" git config --global user.name "${{ github.actor }}"
git checkout -b ${{ steps.vars.outputs.branch }} git checkout -b ${{ steps.vars.outputs.branch }}
git merge origin/develop git merge origin/develop
git push --set-upstream origin ${{ steps.vars.outputs.branch }}
- name: Show merge commit - name: Show merge commit
run: git --no-pager show run: git --no-pager show
- name: Create Pull Request - name: Create Pull Request
...@@ -40,3 +39,7 @@ jobs: ...@@ -40,3 +39,7 @@ jobs:
base: develop base: develop
branch: ${{ steps.vars.outputs.branch }} branch: ${{ steps.vars.outputs.branch }}
title: develop ${{ steps.vars.outputs.branch }} title: develop ${{ steps.vars.outputs.branch }}
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
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