Skip to content

Commit

Permalink
setup wrong env variable (#10264)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored Nov 10, 2022
1 parent ba559ee commit db1882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db1882c

Please sign in to comment.