Skip to content

🚥 | Active TelegramBot #2

🚥 | Active TelegramBot

🚥 | Active TelegramBot #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Copy Bot.py and GroupBot.py
run: |
cp sourse/TelegramBot/Bot.py sourse/TelegramBot/GroupBot.py $GITHUB_WORKSPACE