diff --git a/.github/workflows/cherry-pick-to.yml b/.github/workflows/cherry-pick-to.yml index 0a9afb306e..02222f7901 100644 --- a/.github/workflows/cherry-pick-to.yml +++ b/.github/workflows/cherry-pick-to.yml @@ -102,7 +102,7 @@ jobs: echo "pr_description<> $GITHUB_OUTPUT echo "# Cherry-pick" >> $GITHUB_OUTPUT echo "Cherry-picked PR #${{ steps.pr.outputs.pr_number }} to branch \`${{ matrix.target-branch }}\`." >> $GITHUB_OUTPUT - echo "The cherry-pick was **successfull**." >> $GITHUB_OUTPUT + echo "The cherry-pick was **successful**." >> $GITHUB_OUTPUT echo "" >> $GITHUB_OUTPUT echo "Please review the changes and **rebase-merge** if desired." >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT @@ -123,7 +123,7 @@ jobs: echo "pr_description<> $GITHUB_OUTPUT echo "# Cherry-pick failed" >> $GITHUB_OUTPUT echo "Cherry-picked PR #${{ steps.pr.outputs.pr_number }} to branch \`${{ matrix.target-branch }}\`." >> $GITHUB_OUTPUT - echo "The cherry-pick has **failed**" >> $GITHUB_OUTPUT + echo "The cherry-pick has **failed**." >> $GITHUB_OUTPUT echo "" >> $GITHUB_OUTPUT echo "The following files have caused conflicts:" >> $GITHUB_OUTPUT echo "" >> $GITHUB_OUTPUT @@ -186,4 +186,4 @@ jobs: --label '${{ steps.pr-description.outputs.pr_label }}' \ ${{ steps.pr-description.outputs.pr_draft_command }} env: - GITHUB_TOKEN: ${{ secrets.CHERRY_PICK_GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.CHERRY_PICK_GITHUB_TOKEN }}