Skip to content

fabasoad/icq-notify-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

ICQ Notify GitHub Action

Stand With Ukraine GitHub release unit-tests functional-tests security linting codecov

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

- uses: fabasoad/icq-notify-action@v2
  with:
    token: ${{ secrets.ICQ_TOKEN }}
    to: ${{ secrets.ICQ_TO }}
    message: 'Hello from GitHub Action'
    file: README.md

Result

Result

Contributions

Alt