Skip to content

Commit

Permalink
Fix forwardport action parameter naming [v/5.5] (#1477)
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 38f435e commit 31449de
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 31449de

Please sign in to comment.