Skip to content

Полное наименование товара. #63

Полное наименование товара.

Полное наименование товара. #63

Workflow file for this run

name: notify
on: [issues]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Telegram Notify
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
Issue ${{ github.event.action }} by [${{ github.event.sender.login }}](${{ github.event.sender.html_url }})
[#${{ github.event.issue.number }} ${{ github.event.issue.title }}](${{ github.event.issue.html_url }})
${{ github.event.issue.body }}