Skip to content

Commit

Permalink
ci: Change the matrix variable to target_branch (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam authored Dec 24, 2024
1 parent 429a1ad commit 608cdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
needs: get-backport-target-branch
strategy:
matrix:
milestone: ${{ fromJson(needs.get-backport-target-branch.outputs.matrix) }}
target_branch: ${{ fromJson(needs.get-backport-target-branch.outputs.matrix) }}
permissions:
pull-requests: write
steps:
Expand Down

0 comments on commit 608cdcb

Please sign in to comment.