diff --git a/.github/workflows/maintenance-cherry-pick.yml b/.github/workflows/maintenance-cherry-pick.yml index f7536dec22e..dd70871be75 100644 --- a/.github/workflows/maintenance-cherry-pick.yml +++ b/.github/workflows/maintenance-cherry-pick.yml @@ -49,7 +49,7 @@ jobs: token: ${{ steps.get_token.outputs.token }} fetch-depth: 0 - - name: Cherry-pick changes into ${{ steps.branch_name.outputs.branch }} + - name: Cherry-pick changes into ${{ steps.branch_name.outputs.branch }} if: steps.branch_name.outputs.branch run: | git checkout ${{ steps.branch_name.outputs.branch }}