mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update Backport Github Action v8.5.2 (#134097)
This commit is contained in:
parent
e6882edf96
commit
1279650320
1 changed files with 10 additions and 8 deletions
18
.github/workflows/backport.yml
vendored
18
.github/workflows/backport.yml
vendored
|
@ -1,10 +1,7 @@
|
|||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- labeled
|
||||
- closed
|
||||
branches: ["main"]
|
||||
types: ["labeled", "closed"]
|
||||
|
||||
jobs:
|
||||
backport:
|
||||
|
@ -19,9 +16,14 @@ jobs:
|
|||
)
|
||||
steps:
|
||||
- name: Backport Action
|
||||
uses: sqren/backport-github-action@v7.4.0
|
||||
uses: sqren/backport-github-action@v8.5.2
|
||||
with:
|
||||
github_token: ${{secrets.KIBANAMACHINE_TOKEN}}
|
||||
|
||||
- name: Backport log
|
||||
run: cat ~/.backport/backport.log
|
||||
- name: Info log
|
||||
if: ${{ success() }}
|
||||
run: cat /home/runner/.backport/backport.info.log
|
||||
|
||||
- name: Debug log
|
||||
if: ${{ failure() }}
|
||||
run: cat /home/runner/.backport/backport.debug.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue