Skip to content

Commit

Permalink
[GH Actions] Fixed typos in cherry-pick-to workflow. (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Mar 28, 2024
1 parent 2f9db50 commit 188bc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cherry-pick-to.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo "pr_description<<EOF" >> $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
Expand All @@ -123,7 +123,7 @@ jobs:
echo "pr_description<<EOF" >> $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
Expand Down Expand Up @@ -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 }}
GITHUB_TOKEN: ${{ secrets.CHERRY_PICK_GITHUB_TOKEN }}

0 comments on commit 188bc78

Please sign in to comment.