Skip to content

Commit 2e51a3e

Browse files
committed
Fix typo in commit message for Javadoc
Signed-off-by: Yasumasa Suenaga <[email protected]>
1 parent 4abb9c6 commit 2e51a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/4.a.1-generate-webapi-client-java.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
git config --global user.name "github-actions[bot]"
7979
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
8080
git add ${{ env.DOCPATH }}
81-
git commit -m "Add Javadoc for WeebAPI ${{ inputs.apiver }}"
81+
git commit -m "Add Javadoc for WebAPI ${{ inputs.apiver }}"
8282
git push origin ${{ github.ref_name }}
8383
env:
8484
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)