From db1882c146ebb74342e3f315e026c3a06d85ff14 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 10 Nov 2022 15:10:50 +0530 Subject: [PATCH] setup wrong env variable (#10264) --- .github/workflows/auto_cherry_pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 2109a12fc55..05f5a776829 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -50,7 +50,7 @@ jobs: if: ${{ always() && contains(join(needs.*.result, ','), 'failure') }} needs: [previous-branch, auto-cherry-pick] env: - to-branch: ${{ fromJson(needs.previous-branch.outputs.previous_branch) }} + to_branch: ${{ fromJson(needs.previous-branch.outputs.previous_branch) }} steps: - name: Create Issue on Failed Auto Cherrypick uses: dacbd/create-issue-action@main