mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 08:07:34 +00:00
Fix workflow, maybe
This commit is contained in:
parent
80e8236a27
commit
efc94b050b
5
.github/workflows/autocompile.yml
vendored
5
.github/workflows/autocompile.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue