Update merge.yml

main
taoria 3 years ago committed by GitHub
parent 7944a7c093
commit 71837b4845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/workflows/merge.yml

@ -20,14 +20,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Up merge
# You may pin to the exact commit or the version.
# uses: bambamboole/gha-upmerge@de87b212278009f9ace0ba024701890b9eb3281b
uses: bambamboole/gha-upmerge@v1.0.1
with:
# Name of the branch to merge from
from_branch: work-in-progress
- uses: actions/checkout@master
to_branch: main
- name: Merge work-in-progress -> main
uses: devmasx/merge-branch@master
with:
type: now
target_branch: main
github_token: ${{ github.token }}

Loading…
Cancel
Save