From 66a49e00c846db1b0f31e7cbf386f74366643610 Mon Sep 17 00:00:00 2001 From: JohnVictoryz Date: Sun, 19 Nov 2023 21:12:51 +0200 Subject: [PATCH 1/3] Made Autorebuild of db CI --- .github/workflows/autorebuilddb.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/autorebuilddb.yml diff --git a/.github/workflows/autorebuilddb.yml b/.github/workflows/autorebuilddb.yml new file mode 100644 index 0000000..22aa2f5 --- /dev/null +++ b/.github/workflows/autorebuilddb.yml @@ -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: 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: '*' \ No newline at end of file From 3d0efc2f4d4f1837a48e58ef6ecf22ab4b03b5f7 Mon Sep 17 00:00:00 2001 From: tutel Date: Sun, 19 Nov 2023 21:25:13 +0200 Subject: [PATCH 2/3] Update autorebuilddb.yml --- .github/workflows/autorebuilddb.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autorebuilddb.yml b/.github/workflows/autorebuilddb.yml index 22aa2f5..a26ae9b 100644 --- a/.github/workflows/autorebuilddb.yml +++ b/.github/workflows/autorebuilddb.yml @@ -9,13 +9,13 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - name: Rebuid db - run: ./mkall + - name: Rebuid db + run: ./mkall - - name: Commit changes + - name: Commit Changes uses: EndBug/add-and-commit@v9 - with: + with: author_name: Github Actions author_email: actions@github.com message: 'Rebuilded Automatically the db' - add: '*' \ No newline at end of file + add: '*' From aded509cea89585b256050034e1548658ddf51b6 Mon Sep 17 00:00:00 2001 From: tutel Date: Sun, 19 Nov 2023 21:28:07 +0200 Subject: [PATCH 3/3] Update autorebuilddb.yml --- .github/workflows/autorebuilddb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autorebuilddb.yml b/.github/workflows/autorebuilddb.yml index a26ae9b..512c022 100644 --- a/.github/workflows/autorebuilddb.yml +++ b/.github/workflows/autorebuilddb.yml @@ -9,12 +9,12 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - name: Rebuid db - run: ./mkall + - name: Rebuild db + run: ./mkall - name: Commit Changes uses: EndBug/add-and-commit@v9 - with: + with: author_name: Github Actions author_email: actions@github.com message: 'Rebuilded Automatically the db'