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