diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index f9a2cba..86570f9 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -44,4 +44,6 @@ jobs: webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' jobStatus: ${{ job.status }} title: Google Chat GitHub Action - subtitle: ${{ job.status }} \ No newline at end of file + subtitle: ${{ job.status }} + createDefaultSection: false + collapsibleDefaultSection: false \ No newline at end of file