Skip to content

Commit 640b075

Browse files
committed
chore: ci
1 parent 40a2ac4 commit 640b075

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/doc.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
uses: ./.github/actions/setup
1818

1919
- name: Generate code and comment by terra
20-
id: dep
2120
uses: AgoraIO-Extensions/actions/.github/actions/generate@generate
2221
with:
2322
github-token: ${{ secrets.GH_TOKEN }}
2423
target-repo: ${{ github.workspace }}
2524
target-branch: ${{ github.ref_name }}
26-
target-branch-name-surffix: terra-update
25+
target-branch-name-surffix: doc-update
2726
generate-code: false
2827
generate-comment: true
2928
pull-request-title: |

.github/workflows/terra.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: ./.github/actions/setup
1818

1919
- name: Generate code and comment by terra
20-
id: dep
2120
uses: AgoraIO-Extensions/actions/.github/actions/generate@generate
2221
with:
2322
github-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)