Add commit messages
parent
4b99c9d471
commit
408fbdf90c
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
with:
|
||||
folder: .
|
||||
branch: build-previews
|
||||
commit-message: "Cleaning up build result for #${{ github.event.pull_request.number }}"
|
||||
|
||||
- name: send comment
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
branch: build-previews
|
||||
target-folder: ${{ env.BASE }}
|
||||
single-commit: true
|
||||
commit-message: "Publishing build result from #${{ github.event.pull_request.number }}"
|
||||
|
||||
- name: send comment
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue