Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed May 1, 2023
1 parent 56e31ee commit 3155df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wfc_backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: generate-matrix
name: generate-matrix
env:
GH_TOKEN: ${{ github.token }}
run: |
# The head -1 is because GITHUB_OUTPUT is easier to work with single line output and this file is created with automation in `lifecycle.yaml`
TARGET_BRANCHES=$(gh api /repos/${{ github.repository }}/contents/${{ inputs.branchFilePath }} --jq '.content | @base64d' | jq -cM '.[:index("${{ github.event.pull_request.base.ref }}")]')
Expand Down

0 comments on commit 3155df9

Please sign in to comment.