File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,15 @@ jobs:
148148 with :
149149 token : ${{ github.token }}
150150 tag : ${{ github.ref_name }}
151- - name : Commit API docs, CHANGELOG.md
151+ - name : Commit CHANGELOG.md
152152 uses : stefanzweifel/git-auto-commit-action@v4
153153 with :
154154 branch : main
155- commit_message : ' docs: update API docs, CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
156- file_pattern : ' docs CHANGELOG.md'
155+ commit_message : " Update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
156+ file_pattern : " CHANGELOG.md"
157+ - name : Commit API docs
158+ uses : stefanzweifel/git-auto-commit-action@v4
159+ with :
160+ branch : api-docs
161+ commit_message : ' Update API docs for ${{ github.ref_name }} [skip ci]'
162+ file_pattern : ' docs'
You can’t perform that action at this time.
0 commit comments