Skip to content
tablet

GitHub Action

ICQ Notify

v2.0.3 Latest version

ICQ Notify

tablet

ICQ Notify

ICQ Notify GitHub Action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ICQ Notify

uses: fabasoad/icq-notify-action@v2.0.3

Learn more about this action in fabasoad/icq-notify-action

Choose a version

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