From 188bc78856de73f0780d2ff50adeffecc2f3daff Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:37:27 +0100 Subject: [PATCH] [GH Actions] Fixed typos in cherry-pick-to workflow. (#1495) --- .github/workflows/cherry-pick-to.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}