Use new workflows for push_main_ci

This commit is contained in:
Florian Heilmann 2023-07-13 16:54:57 +02:00 committed by GitHub
parent ba04755b95
commit ac13729da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ on:
jobs:
setup_python:
name: Rebuild repo caches
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v1
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v2
with:
apt-packages: "admesh, libadmesh-dev"
pip-packages: "admesh imagekitio git+https://github.com/ChristophSchranz/Tweaker-3.git"
python-cache-key: voronusers-python-cache
preview_readme:
name: Generate README
uses: VoronDesign/.github/.github/workflows/generate-readme.yml@v1
uses: VoronDesign/.github/.github/workflows/generate-readme.yml@v2
with:
subdirectory: printer_mods
commit_msg: "Generate VoronUsers printer_mods README.md [skip ci]"