From e39ba987c44816a83bcef542312b74709010cb90 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Tue, 7 Jan 2025 16:22:16 +0300 Subject: [PATCH] Init: testing workflow --- .github/workflows/build.yml | 11 +++++++++++ .github/workflows/playground.yml | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/workflows/playground.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92d272e..bd4a482 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,3 +215,14 @@ jobs: FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} VERSION_NAME: ${{ env.VERSION_NAME }} VERSION_CODE: ${{ env.VERSION_CODE }} + + - name: Notify + uses: https://github.com/appleboy/telegram-action@master + with: + to: ${{ secrets.TELEGRAM_ID }} + token: ${{ secrets.TELEGRAM_BOT }} + message: | + ${{ github.actor }}: + Commit message: ${{ github.event.commits[0].message }} + AlaskarTV Built Successfully + See changes: https://git.askar.tv/nomad/alaskartv-app/releases/tag/v${VERSION_NAME} diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml new file mode 100644 index 0000000..679324a --- /dev/null +++ b/.github/workflows/playground.yml @@ -0,0 +1,23 @@ +name: Testing Area +on: + workflow_dispatch: + push: + branches: + - main + +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: | + ${{ 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