Skip to content

Bump go.uber.org/zap from 1.24.0 to 1.25.0 #2849

Bump go.uber.org/zap from 1.24.0 to 1.25.0

Bump go.uber.org/zap from 1.24.0 to 1.25.0 #2849

Workflow file for this run

name: telegram
on: [push, create, fork, issue_comment, issues, pull_request_review, pull_request_review_comment]
jobs:
notification:
runs-on: ubuntu-latest
name: telegram notification
if: github.repository_owner == 'moshebe'
steps:
- uses: actions/checkout@master
- name: send telegram notification to Gebug tracking group
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}