parent
44d2b447ca
commit
68fb5d1b21
@ -35,12 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- run: echo ${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
- run: echo ${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||||
|
|
||||||
- name: WeChat Work notification
|
- name: notification
|
||||||
uses: seepine/action-wechat-work@master
|
if: ${{ secrets.BARK_TOKEN != '' }}
|
||||||
if: ${{ env.WECHAT_WORK_BOT_WEBHOOK != '' }}
|
run: |
|
||||||
env:
|
https://api.day.app/${{ secrets.BARK_TOKEN }}/GiteaActions/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} 已构建?icon=https://day.app/assets/images/avatar.jpg?group=GiteaActions
|
||||||
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECHAT_WORK_BOT_WEBHOOK }}
|
|
||||||
with:
|
|
||||||
msgtype: markdown
|
|
||||||
content: "${{ steps.meta.outputs.REPO_NAME }}构建成功。\n
|
|
||||||
> 镜像: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}"
|
|
Loading…
x
Reference in New Issue
Block a user