Skip to content

Commit 6ff21ed

Browse files
authored
chore: Fix type Python -> Java
1 parent 8c1594e commit 6ff21ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
token: ${{ secrets.GH_CQ_BOT }}
3030
branch: fix/gen_proto
3131
base: main
32-
title: "fix: Generate Python Code from `plugin-pb`"
33-
commit-message: "fix: Generate Python Code from `plugin-pb`"
34-
body: This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
32+
title: "fix: Generate Java Code from `plugin-pb`"
33+
commit-message: "fix: Generate Java Code from `plugin-pb`"
34+
body: This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
3535
author: cq-bot <[email protected]>
3636
labels: automerge

0 commit comments

Comments
 (0)