fabasoad / icq-notify-action

ICQ Notify GitHub Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICQ Notify GitHub Action

Stand With Ukraine GitHub release unit-tests functional-tests security linting Maintainability Test Coverage Known Vulnerabilities

ICQ Notify GitHub Action.

Inputs

Name Required Description Default Type
token Yes ICQ API token <String>
to Yes Recipient. Can be chat id or user nickname <String>
message No Text message <String>
file No File message <String>

Example

Usage

name: ICQ Notify

on: push

jobs:
  job_1:
    name: Example
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@main
      - uses: fabasoad/icq-notify-action@main
        with:
          token: ${{ secrets.ICQ_TOKEN }}
          to: ${{ secrets.ICQ_TO }}
          message: 'Hello from GitHub Action'
          file: README.md

Result

Result

About

ICQ Notify GitHub Action

License:MIT License


Languages

Language:TypeScript 100.0%