diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 0736c3e..e880086 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -36,7 +36,6 @@ jobs: webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' jobStatus: ${{ job.status }} title: Lint failed - subtitle: ${{ github.repository }} test: runs-on: ubuntu-24.04 @@ -62,5 +61,4 @@ jobs: with: webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' jobStatus: ${{ job.status }} - title: Test failed - subtitle: ${{ job.status }} \ No newline at end of file + title: Test failed \ No newline at end of file