Skip to content

Merge pull request #124 from tbeckerson/glibc #204

Merge pull request #124 from tbeckerson/glibc

Merge pull request #124 from tbeckerson/glibc #204

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
with:
fetch-depth: 0
- name: Rebuilding DB
run: ./mkall
- name: Commit Changes
uses: actions/checkout@v4
run: |
date > generated.txt
git config user.name github-actions
git config user.email github-actions@github.com
git add -A
git commit -m "Rebuilded Automatically DB"
git push