Skip to content

Commit

Permalink
Add echo (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsavage1 committed Jul 10, 2023
1 parent 9b16f40 commit 34de992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
git add .
git cherry-pick --continue
fi
echo "$AUTHOR_NAME <$AUTHOR_EMAIL>"
git commit --amend --no-edit --author="$AUTHOR_NAME <$AUTHOR_EMAIL>"
- name: Create Pull Request
Expand Down

0 comments on commit 34de992

Please sign in to comment.