From 529a5d3d82a1280c4b2c12625339322f93604670 Mon Sep 17 00:00:00 2001 From: SevenEarth <45937856+SevenEarth@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:12:54 +0800 Subject: [PATCH] Update auto-pull-request-by-release.yml --- .github/workflows/auto-pull-request-by-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pull-request-by-release.yml b/.github/workflows/auto-pull-request-by-release.yml index d67d7961..c7ad1ec1 100644 --- a/.github/workflows/auto-pull-request-by-release.yml +++ b/.github/workflows/auto-pull-request-by-release.yml @@ -48,7 +48,7 @@ jobs: version=`curl https://api.github.com/repos/tencentcloudstack/terraform-provider-tencentcloud/releases/latest --header 'Accept: application/vnd.github+json' --header 'Authorization: Bearer ${{secrets.GITHUB_TOKEN}}' | jq .name | tr -d '"' | tr -d 'v'` echo "version=$version" >> "$GITHUB_OUTPUT" - git clone https://SevenEarth:${{secrets.GITHUB_TOKEN}}@github.com:tencentcloudstack/pulumi-tencentcloud.git + git clone https://SevenEarth:${{secrets.GITHUB_TOKEN}}@github.com:SevenEarth/pulumi-tencentcloud.git cd pulumi-tencentcloud git config --global user.email "391613297@qq.com" git config --global user.name "SevenEarth"