forked from tencentcloudstack/pulumi-tencentcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update auto-pull-request-by-release.yml
- Loading branch information
1 parent
f34090c
commit 529a5d3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" | ||
git config --global user.name "SevenEarth" | ||
|