Skip to content

Merge pull request #10 from Soviet-Linux/Added-auto-mkall #2

Merge pull request #10 from Soviet-Linux/Added-auto-mkall

Merge pull request #10 from Soviet-Linux/Added-auto-mkall #2

Workflow file for this run

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

Check failure on line 10 in .github/workflows/autorebuilddb.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/autorebuilddb.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Rebuid db
run: ./mkall
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: Github Actions
author_email: actions@github.com
message: 'Rebuilded Automatically the db'
add: '*'