Skip to content

Commit

Permalink
Fix forwardport action parameter naming [v/5.3] (#1476)
Browse files Browse the repository at this point in the history
Backport of #1473

The name of the parameter is wrong.

Co-authored-by: Jack Green <[email protected]>
  • Loading branch information
github-actions[bot] and JackPGreen authored Jan 15, 2025
1 parent cd0a9e1 commit 1420fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forwardport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
forwardport:
uses: ./.github/workflows/backport-workflow.yml
with:
label: '["forwardport to snapshot"]'
label-to-check-for: '["forwardport to snapshot"]'
target-branch: main
secrets: inherit

0 comments on commit 1420fb0

Please sign in to comment.