We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a253dd9 commit c4c2e07Copy full SHA for c4c2e07
1 file changed
.github/workflows/automatic-api-update.yaml
@@ -1,3 +1,4 @@
1
+---
2
name: "Called update for API change"
3
on:
4
repository_dispatch:
@@ -10,6 +11,9 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
+ - uses: bahmutov/npm-install@v1
15
+ with:
16
+ useLockFile: false
17
- name: "Update Buf Script"
18
id: buf-update
19
uses: authzed/actions/buf-api-update@main
@@ -29,7 +33,7 @@ jobs:
29
33
if: steps.buf-update.outputs.updated == 'true'
30
34
- name: "Run buf generate"
31
35
32
- run: "buf generate"
36
+ run: "yarn run buf"
37
- name: Create Pull Request
38
uses: peter-evans/create-pull-request@v7.0.6
39
0 commit comments