diff --git a/.github/workflows/auto-pull-request-by-release.yml b/.github/workflows/auto-pull-request-by-release.yml index da60a16b..b7362a9b 100644 --- a/.github/workflows/auto-pull-request-by-release.yml +++ b/.github/workflows/auto-pull-request-by-release.yml @@ -50,7 +50,7 @@ jobs: git clone https://hellertang:${{secrets.GITHUB_TOKEN}}@github.com/tencentcloudstack/pulumi-tencentcloud.git cd pulumi-tencentcloud - git config --global user.email "hellertang@github.com" + git config --global user.email "hellertang@tencent.com" git config --global user.name "hellertang" git checkout -b "feat/sync_provider_v${version}"