Skip to content

Add updates for reusable workflows v3 #8

Add updates for reusable workflows v3

Add updates for reusable workflows v3 #8

Workflow file for this run

name: VoronUsers Push Main CI
on:
push:
branches:
- 'main'
jobs:
setup_python:
name: Rebuild repo caches
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v3
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@v3
with:
subdirectory: printer_mods
commit_msg: "Generate VoronUsers printer_mods README.md [skip ci]"
commit_user: Voron-GitHub-Bot
commit_email: [email protected]
secrets:
VORON_BOT_GITHUB_PAT: ${{ secrets.VORON_BOT_GITHUB_PAT }}