Skip to content

telegram

telegram #782

name: telegram
on:
workflow_run:
workflows: [screenshot]
types:
- completed
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: false
default: 'warning'
tags:
description: 'Test scenario tags'
jobs:
telegram_manchete:
runs-on: macOS-latest
env:
GITHUB_PAT: ${{ secrets.PAT_GITHUB }}
R_TELEGRAM_BOT_MANCHETE_BOT: ${{ secrets.R_TELEGRAM_BOT_MANCHETE_BOT }}
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Install packages
run: |
install.packages("telegram")
shell: Rscript {0}
- name: Telegram
run: Rscript telegram.R