Skip to content

Commit

Permalink
Update auto-pull-request-by-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenEarth authored Jul 5, 2024
1 parent d2644b0 commit 0eefd1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-pull-request-by-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Auto Pull Request By Release
on:
repository_dispatch:
types: [ webhook ]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
run:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
git config --global user.name "SevenEarth"
git checkout -b "feat/sync_provider_v${version}"
cd provider && go get -v github.com/tencentcloudstack/terraform-provider-tencentcloud@v${version} && go mod tidy && cd -
cd provider && go get -v github.com/tencentcloudstack/terraform-provider-tencentcloud@v1.81.105 && go mod tidy && cd -
make tfgen
make provider
make build_sdks
Expand All @@ -63,7 +63,7 @@ jobs:
git add .
git commit -sm "sync provider"
git push origin feat/sync_provider_v${version}
- name: create pull request
run: |
cd pulumi-tencentcloud
Expand Down

0 comments on commit 0eefd1c

Please sign in to comment.