From 34de9921e05ec54dfe3874d9b36aaca007bb0122 Mon Sep 17 00:00:00 2001 From: Andrew Savage Date: Mon, 10 Jul 2023 12:35:31 -0700 Subject: [PATCH] Add echo (#470) --- .github/workflows/label-cherry-pick.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-cherry-pick.yaml b/.github/workflows/label-cherry-pick.yaml index 5f46f1bf17283..6b7d6947fea4c 100644 --- a/.github/workflows/label-cherry-pick.yaml +++ b/.github/workflows/label-cherry-pick.yaml @@ -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