Skip to content

Commit f165358

Browse files
authored
Update update-code.yml
1 parent 491715a commit f165358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
git commit -m "Codes are generated by openapi"
5858
5959
git push origin update-diff-${{ env.CURRENT_DATETIME }}
60-
gh pr create -B ${{ github.ref_name }} -t "Codes are generated by openapi" -b "" --label "line-openapi-update"
60+
gh pr create -B ${{ github.ref_name }} -t "Codes are generated by openapi generator" -b "" --label "line-openapi-update"
6161
env:
6262
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)