Skip to content

Commit

Permalink
♨️ | Auto Bot Telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
areallypawa committed Mar 23, 2024
1 parent 50f186c commit 535a0ce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 Bot.py GroupBot.py $GITHUB_WORKSPACE

0 comments on commit 535a0ce

Please sign in to comment.