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

authored by Arne Keller and committed by GitHub a3ed2519 4bb6d41a

+1 -1
+1 -1
.github/workflows/backport.yml
··· 46 * Even as a non-commiter, if you find that it is not acceptable, leave a comment. 47 48 - name: "Add 'has: port to stable' label" 49 - if: steps.backport.outputs.was_successful 50 env: 51 GH_TOKEN: ${{ steps.app-token.outputs.token }} 52 REPOSITORY: ${{ github.repository }}
··· 46 * Even as a non-commiter, if you find that it is not acceptable, leave a comment. 47 48 - name: "Add 'has: port to stable' label" 49 + if: steps.backport.outputs.created_pull_numbers != '' 50 env: 51 GH_TOKEN: ${{ steps.app-token.outputs.token }} 52 REPOSITORY: ${{ github.repository }}