Skip to content

Commit

Permalink
Merge branch 'Soviet-Linux:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 authored Nov 19, 2023
2 parents 13aae43 + aded509 commit b1312b2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/autorebuilddb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Automatic rebuild of the db
on: push

jobs:
run:
name: Rebuild db
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Rebuild db
run: ./mkall
- name: Commit Changes
uses: EndBug/add-and-commit@v9
with:
author_name: Github Actions
author_email: [email protected]
message: 'Rebuilded Automatically the db'
add: '*'

0 comments on commit b1312b2

Please sign in to comment.