update telegram message
This commit is contained in:
parent
c1c5ac979b
commit
b65f7615f4
2 changed files with 11 additions and 5 deletions
10
.github/workflows/release_stable.yml
vendored
10
.github/workflows/release_stable.yml
vendored
|
@ -96,3 +96,13 @@ jobs:
|
||||||
${{ env.DOTCLEAR_IMAGE }}:latest
|
${{ env.DOTCLEAR_IMAGE }}:latest
|
||||||
build-args: CANAL=${{ env.DOTCLEAR_CANAL }}
|
build-args: CANAL=${{ env.DOTCLEAR_CANAL }}
|
||||||
platforms: linux/386,linux/amd64,linux/arm/V6
|
platforms: linux/386,linux/amd64,linux/arm/V6
|
||||||
|
|
||||||
|
- name: Send Telegram Message Ok
|
||||||
|
uses: appleboy/telegram-action@master
|
||||||
|
env:
|
||||||
|
GITHUB_CONTEXT: ${{toJSON(github)}}
|
||||||
|
with:
|
||||||
|
to: ${{ secrets.TELEGRAM_ID }}
|
||||||
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
|
format: markdown
|
||||||
|
message: Images __${{ env.DOTCLEAR_IMAGE }}:latest__ and __${{ env.DOTCLEAR_IMAGE }}:${{ needs.check_release.outputs.version }}__ successfully generated.
|
||||||
|
|
6
.github/workflows/release_unstable.yml
vendored
6
.github/workflows/release_unstable.yml
vendored
|
@ -49,8 +49,4 @@ jobs:
|
||||||
to: ${{ secrets.TELEGRAM_ID }}
|
to: ${{ secrets.TELEGRAM_ID }}
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
format: markdown
|
format: markdown
|
||||||
message: |
|
message: Image __${{ env.DOTCLEAR_IMAGE }}:dev__ successfully generated.
|
||||||
Image successfully generated.
|
|
||||||
__Repository:__ ${{github.repository}}
|
|
||||||
__Image:__ ${{ env.DOTCLEAR_IMAGE }}
|
|
||||||
__Canal:__ ${{ env.DOTCLEAR_CANAL }}
|
|
Loading…
Reference in a new issue