diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index bcfa70d..b666918 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -38,4 +38,4 @@ jobs: - name: notification if: ${{ secrets.BARK_TOKEN != '' }} run: | - https://api.day.app/${{ secrets.BARK_TOKEN }}/GiteaActions/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}已构建?icon=https://gitea.com/assets/img/logo.svg&group=GiteaActions \ No newline at end of file + 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' \ No newline at end of file