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

25 lines
714 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 }}
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)
2025-01-07 13:37:20 +00:00
2025-01-07 15:23:57 +00:00
To publish, click: [Trigger Publish Workflow](https://apo.askar.tv/api/publish)
2025-01-07 13:37:20 +00:00