Fix workflow, maybe

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 17:28:31 -05:00
parent 80e8236a27
commit efc94b050b

View file

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