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
f149b98fa2
commit
8df9213ad1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue