We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abb9c6 commit 2e51a3eCopy full SHA for 2e51a3e
.github/workflows/4.a.1-generate-webapi-client-java.yaml
@@ -78,7 +78,7 @@ jobs:
78
git config --global user.name "github-actions[bot]"
79
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
80
git add ${{ env.DOCPATH }}
81
- git commit -m "Add Javadoc for WeebAPI ${{ inputs.apiver }}"
+ git commit -m "Add Javadoc for WebAPI ${{ inputs.apiver }}"
82
git push origin ${{ github.ref_name }}
83
env:
84
GITHUB_TOKEN: ${{ github.token }}
0 commit comments