24 lines
719 B
YAML
24 lines
719 B
YAML
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 }}
|
|
format: markdown
|
|
message: |
|
|
*${{ github.actor }}*:
|
|
Commit message: ${{ github.event.commits[0].message }}
|
|
**AlaskarTV Built Successfully**
|
|
See [changes](https://git.askar.tv/nomad/alaskartv-app/releases/tag/v0.3.0)
|
|
|
|
To publish, click: [Trigger Publish Workflow](http://192.168.0.200:9090/api/publish)
|
|
|