Skip to content

Merge pull request #121 from pythonbrad/patch-1 #449

Merge pull request #121 from pythonbrad/patch-1

Merge pull request #121 from pythonbrad/patch-1 #449

Workflow file for this run

# ---
# name: telegram jobs report
# on:
# schedule:
# - cron: "0 15 * * *"
# jobs:
# build:
# defaults:
# run:
# working-directory: ./.github/workflows/report_jobs
# name: Build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: get available jobs
# shell: bash
# run: |
# ./report_jobs.sh > report_jobs &&
# cat report_jobs
# - name: send jobs report to osscameroon group
# uses: appleboy/[email protected]
# with:
# to: ${{ secrets.TELEGRAM_REMOTEJOBS_GROUP_ID }}
# token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# message_file: ./.github/workflows/report_jobs/report_jobs