Update Backport Github Action v8.5.2 (#134097)

This commit is contained in:
Søren Louv-Jansen 2022-06-10 00:12:20 +02:00 committed by GitHub
parent e6882edf96
commit 1279650320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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