Update autoMerge.yml

This commit is contained in:
Preston 2021-08-19 22:48:50 -04:00 committed by GitHub
parent f101442594
commit 4edb8335c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ jobs:
run: |
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
ls -l
gh auth login --with-token < auth.txt
gh auth login --with-token < ./auth.txt
rm auth.txt
gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto