alaskartv-app/.github/workflows/playground.yml

21 lines
600 B
YAML
Raw Normal View History

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 }}
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**
See changes: [changes]https://git.askar.tv/nomad/alaskartv-app/releases/tag/v0.3.0