Notify via Google Chat
Find a file
Marcel S. Henselin 6b34a9774b
Some checks failed
CI / lint (push) Has been cancelled
CI / release (push) Has been cancelled
chore: pipeline adjustments
2026-04-17 16:44:59 +02:00
.github/workflows chore: pipeline adjustments 2026-04-17 16:44:59 +02:00
.dockerignore fix: fix params 2026-04-17 14:39:47 +02:00
.gitignore chore: initial release 2026-04-16 08:24:44 +02:00
.golangci.yaml chore: pipeline adjustments 2026-04-17 16:44:59 +02:00
.releaserc.json chore: pipeline adjustments 2026-04-17 16:44:59 +02:00
action.yml chore: use image instead of build 2026-04-17 14:57:40 +02:00
CHANGELOG.md chore(release): 0.3.0 [skip ci] 2026-04-17 14:36:40 +00:00
Dockerfile feat: pipeline container build 2026-04-17 16:03:31 +02:00
Dockerfile.big feat: pipeline container build 2026-04-17 16:03:31 +02:00
go.mod fix: url params 2026-04-17 13:04:00 +02:00
go.sum chore: pipeline adjustments 2026-04-17 16:30:34 +02:00
google-chat-action.png chore: update image 2026-04-17 15:39:17 +02:00
LICENSE Create LICENSE 2020-11-16 12:24:32 +06:30
main.go chore: use image instead of build 2026-04-17 14:57:40 +02:00
main_test.go chore: pipeline adjustments 2026-04-17 16:44:59 +02:00
message.tpl chore: use image instead of build 2026-04-17 15:02:44 +02:00
README.md feat: pipeline container build 2026-04-17 16:03:31 +02:00

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.1.2
        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