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 26c5d16 commit f8e3004
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 f8e3004

Please sign in to comment.