[CI] Update Backport action inputs to match updated ones (#94721)

This commit is contained in:
Brian Seeders 2021-03-16 16:29:36 -04:00 committed by GitHub
parent eb21f53df6
commit 7e1f18f7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,9 @@ jobs:
- name: Run Backport
uses: ./actions/backport
with:
branch: master
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
commit_user: kibanamachine
commit_email: 42973632+kibanamachine@users.noreply.github.com
auto_merge: 'true'
auto_merge_method: 'squash'
manual_backport_command_template: 'node scripts/backport --pr %pullNumber%'