Update autoMerge.yml

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

View File

@ -21,7 +21,7 @@ jobs:
uses: poad/github-pull-request-auto-merge-enable-action@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_id: ${{ github.event.inputs.pull-request.node_id }}
pull_request_number: ${{ github.event.inputs.pull-request.number }}
pull_request_id: ${{ github.event.pull-request.node_id }}
pull_request_number: ${{ github.event.pull-request.number }}
owner: FreeTubeApp
repository: FreeTube