diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 5df486f..f9a2cba 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -41,4 +41,7 @@ jobs: if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps uses: SimonScholz/google-chat-action@3b3519e5102dba8aa5046fd711c4b553586409bb # v1.1.0 with: - webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' \ No newline at end of file + webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}' + jobStatus: ${{ job.status }} + title: Google Chat GitHub Action + subtitle: ${{ job.status }} \ No newline at end of file