notify/README.md
2026-04-17 15:03:16 +00:00

838 B

google-chat-action

githaub-action google-chat

Sample Usage:

name: Sample Testing
on: [push]

jobs:
  my_job:
    runs-on: ubuntu-latest

    steps:
      # ... all your steps
      - name: Sample Chat Message
        if: ${{ always() }} # runs als after fails
        uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.3.1
        with:
          title: "[START] sample test (${{ forgejo.run_number }})"
          author: ${{ forgejo.actor }}
          giturl: ${{ forgejo.server_url }}
          iconslug: instacart # optional
          # status: ${{ job.status }} # optional
          actionid: ${{ forgejo.run_number }}
          webhook: "${{ secrets.WEBHOOK_URL }}"
          event_body: "This is a sample <b>TEXT</b><br>with a new line" # optional

TODO - icon_slug