From 1420fb01c45f045eaaf2affe856672a1db51e4fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:20:27 +0000 Subject: [PATCH] Fix `forwardport` action parameter naming [v/5.3] (#1476) Backport of https://github.com/hazelcast/hz-docs/pull/1473 The name of the parameter is wrong. Co-authored-by: Jack Green --- .github/workflows/forwardport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forwardport.yml b/.github/workflows/forwardport.yml index 619e0ae2f..e5ef05290 100644 --- a/.github/workflows/forwardport.yml +++ b/.github/workflows/forwardport.yml @@ -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