From efc94b050bb09e584b43821aa995c7ad28721eca Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:28:31 -0500 Subject: [PATCH] Fix workflow, maybe --- .github/workflows/autocompile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autocompile.yml b/.github/workflows/autocompile.yml index a0eaa70..09586ef 100644 --- a/.github/workflows/autocompile.yml +++ b/.github/workflows/autocompile.yml @@ -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