Update autoMerge.yml
This commit is contained in:
parent
ff820c9a35
commit
9d0225e001
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: poad/github-pull-request-auto-merge-enable-action@v1.0.0
|
uses: poad/github-pull-request-auto-merge-enable-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pull_request_id: ${{ github.event.inputs.pull-request.node_id }}
|
pull_request_id: ${{ github.event.pull-request.node_id }}
|
||||||
pull_request_number: ${{ github.event.inputs.pull-request.number }}
|
pull_request_number: ${{ github.event.pull-request.number }}
|
||||||
owner: FreeTubeApp
|
owner: FreeTubeApp
|
||||||
repository: FreeTube
|
repository: FreeTube
|
||||||
|
|
Loading…
Reference in New Issue