We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c5d16 commit f8e3004Copy full SHA for f8e3004
.github/workflows/auto-pull-request-by-release.yml
@@ -1,7 +1,12 @@
1
name: Auto Pull Request By Release
2
+
3
on:
4
repository_dispatch:
5
types: [ webhook ]
6
7
+env:
8
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
10
jobs:
11
run:
12
runs-on: ubuntu-latest
@@ -58,6 +63,7 @@ jobs:
58
63
git add .
59
64
git commit -sm "sync provider"
60
65
git push origin feat/sync_provider_${version}
66
61
67
- name: create pull request
62
68
run: |
69
cd pulumi-tencentcloud
0 commit comments