mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Add commit messages
This commit is contained in:
parent
d123c5c44d
commit
f01eb1d70f
2 changed files with 2 additions and 0 deletions
1
.github/workflows/preview_cleanup.yml
vendored
1
.github/workflows/preview_cleanup.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/preview_pull_request.yml
vendored
1
.github/workflows/preview_pull_request.yml
vendored
|
@ -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 a new issue