Skip to content

Commit

Permalink
Merge pull request tencentcloudstack#46 from tencentcloudstack/SevenE…
Browse files Browse the repository at this point in the history
…arth-patch-1

Update auto-pull-request-by-release.yml
  • Loading branch information
SevenEarth authored Jul 5, 2024
2 parents 26c5d16 + f8e3004 commit f34090c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto-pull-request-by-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
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 @@ -58,6 +63,7 @@ jobs:
git add .
git commit -sm "sync provider"
git push origin feat/sync_provider_${version}
- name: create pull request
run: |
cd pulumi-tencentcloud
Expand Down

0 comments on commit f34090c

Please sign in to comment.