Fix workflow, maybe

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 17:28:31 -05:00
parent 80e8236a27
commit efc94b050b
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Compile (make)
@ -22,5 +23,5 @@ jobs:
git config --global user.name "Quatalog Compiler"
git config --global user.email "github_actions@quatalog.com"
git add bin
git commit -m "Recompile scraper : $(date)"
git commit -m "Recompile scraper : $(date)" || exit 0
git push