Unverified Commit a3ed2519 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

workflows/backport: avoid broken korthout/backport-action output (#404159)

parents 4bb6d41a 2480e356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ jobs:
              * Even as a non-commiter, if you find that it is not acceptable, leave a comment.

      - name: "Add 'has: port to stable' label"
        if: steps.backport.outputs.was_successful
        if: steps.backport.outputs.created_pull_numbers != ''
        env:
          GH_TOKEN: ${{ steps.app-token.outputs.token }}
          REPOSITORY: ${{ github.repository }}