https://github.com/fabasoad/icq-notify-action
ICQ Notify GitHub Action
https://github.com/fabasoad/icq-notify-action
github-action github-actions icq icq-bot
Last synced: 4 months ago
JSON representation
ICQ Notify GitHub Action
- Host: GitHub
- URL: https://github.com/fabasoad/icq-notify-action
- Owner: fabasoad
- License: mit
- Created: 2021-01-25T13:03:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:03:40.000Z (4 months ago)
- Last Synced: 2025-03-17T23:22:32.543Z (4 months ago)
- Topics: github-action, github-actions, icq, icq-bot
- Language: TypeScript
- Homepage:
- Size: 8.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ICQ Notify GitHub Action
[](https://stand-with-ukraine.pp.ua)





[](https://codeclimate.com/github/fabasoad/icq-notify-action/maintainability)
[](https://codeclimate.com/github/fabasoad/icq-notify-action/test_coverage)
[](https://snyk.io/test/github/fabasoad/icq-notify-action?targetFile=package.json)[ICQ Notify](https://github.com/fabasoad/icq-notify-action) 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
```yaml
name: ICQ Notifyon: 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
