We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491715a commit f165358Copy full SHA for f165358
.github/workflows/update-code.yml
@@ -57,6 +57,6 @@ jobs:
57
git commit -m "Codes are generated by openapi"
58
59
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"
+ gh pr create -B ${{ github.ref_name }} -t "Codes are generated by openapi generator" -b "" --label "line-openapi-update"
61
env:
62
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments