Update autoMerge.yml
This commit is contained in:
parent
f0ba2e93de
commit
d57d7b9b6e
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Auto Merge PR
|
||||
if: contains(${{ github.event.base.ref }}, 'development')
|
||||
if: contains(${{ github.event.pull_request.base.ref }}, 'development')
|
||||
run: |
|
||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
||||
gh auth login --with-token < auth.txt
|
||||
|
|
Loading…
Reference in New Issue