Skip to content

Commit

Permalink
[CI] Update Backport action inputs to match updated ones (#94721)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Mar 16, 2021
1 parent eb21f53 commit 7e1f18f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- name: Run Backport
uses: ./actions/backport
with:
branch: master
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
commit_user: kibanamachine
commit_email: [email protected]
auto_merge: 'true'
auto_merge_method: 'squash'
manual_backport_command_template: 'node scripts/backport --pr %pullNumber%'

0 comments on commit 7e1f18f

Please sign in to comment.