diff --git a/.github/workflows/cherry-pick-from-branch.sh b/.github/workflows/cherry-pick-from-branch.sh index 8c38285..812a711 100755 --- a/.github/workflows/cherry-pick-from-branch.sh +++ b/.github/workflows/cherry-pick-from-branch.sh @@ -19,7 +19,6 @@ echo "LAST_SHA: $LAST_SHA" SKIP_COMMIT_STRING="DO NOT SYNC" -# TODO Maybe don't need these? I think the identity of the PAT is overriding them anyway git config --global user.email "noreply@anza.xyz" git config --global user.name "GHA: Update Upstream From Fork" #TODO better name git fetch --all