2025-01-07 13:22:16 +00:00
|
|
|
name: Testing Area
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
AlaskarTV:
|
|
|
|
runs-on: docker
|
|
|
|
container: ghcr.io/catthehacker/ubuntu:full-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Notify
|
|
|
|
uses: https://github.com/appleboy/telegram-action@master
|
|
|
|
with:
|
|
|
|
to: ${{ secrets.TELEGRAM_ID }}
|
|
|
|
token: ${{ secrets.TELEGRAM_BOT }}
|
2025-01-07 13:34:22 +00:00
|
|
|
format: markdown
|
2025-01-07 13:22:16 +00:00
|
|
|
message: |
|
2025-01-07 13:32:48 +00:00
|
|
|
*${{ github.actor }}*:
|
2025-01-07 13:22:16 +00:00
|
|
|
Commit message: ${{ github.event.commits[0].message }}
|
2025-01-07 13:32:48 +00:00
|
|
|
**AlaskarTV Built Successfully**
|
2025-01-07 13:35:11 +00:00
|
|
|
See [changes](https://git.askar.tv/nomad/alaskartv-app/releases/tag/v0.3.0)
|