Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HellBoy-OP authored Feb 13, 2021
1 parent 2e2a1a6 commit ca982d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: okk
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@master
with:
find: "userbot.uniborgConfig"
replace: "userbot.Config"
- name: Pull All Updates
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'tu chakka hai lode'
commit_options: '--no-verify'
repository: .
commit_user_name: HellBoy-OP
commit_user_email: [email protected]
commit_author: HellBoy-OP <[email protected]>

0 comments on commit ca982d9

Please sign in to comment.