mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Update main.yml
This commit is contained in:
parent
8df9213ad1
commit
7469ce488d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
|||
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
|
||||
run: git --no-pager show
|
||||
- name: Create Pull Request
|
||||
|
@ -40,3 +39,7 @@ jobs:
|
|||
base: develop
|
||||
branch: ${{ 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 }}"
|
||||
|
|
Loading…
Reference in a new issue