Update autoMerge.yml
This commit is contained in:
parent
96833e6c33
commit
fe4d323b84
|
@ -19,4 +19,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
||||||
gh auth login --with-token < auth.txt
|
gh auth login --with-token < auth.txt
|
||||||
rm auth.txtgh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto
|
rm auth.txt
|
||||||
|
gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto
|
||||||
|
|
Loading…
Reference in New Issue