Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b14c75f9c6 | |||
9d664404f5 | |||
1db8e3a50a |
@@ -35,7 +35,6 @@ 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: notification
|
- name: Notification
|
||||||
if: ${{ secrets.BARK_TOKEN != '' }}
|
if: ${{ secrets.BARK_TOKEN != '' }}
|
||||||
run: |
|
run: curl 'https://api.day.app/${{ secrets.BARK_TOKEN }}/GiteaActions/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} build success.?icon=https://gitea.io/images/gitea.png&group=GiteaActions'
|
||||||
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
|
|
Reference in New Issue
Block a user