chore: update notify message
This commit is contained in:
parent
7835fe469c
commit
40f3306cdc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ secrets.TOKEN_LINE }}
|
||||
message: |
|
||||
\n\nStatus: ✅
|
||||
✅
|
||||
Image: ${{ env.IMAGE_NAME }}
|
||||
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
|
||||
By: ${{github.actor}}
|
||||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ secrets.TOKEN_LINE }}
|
||||
message: |
|
||||
\n\nStatus: ❌
|
||||
❌
|
||||
Image: ${{ env.IMAGE_NAME }}
|
||||
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
|
||||
By: ${{github.actor}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue