Skip to content

fix: add --global kwargs to git config calls to see if that fixes the… #50

fix: add --global kwargs to git config calls to see if that fixes the…

fix: add --global kwargs to git config calls to see if that fixes the… #50

Workflow file for this run

name: sync-demo.yml
on:
push:
branches-ignore:
- "main"
- "develop"
- "release/*"
jobs:
update-demo:
name: Update Demo
uses: ./.github/workflows/update-demo.yml
strategy:
matrix:
demo_name:
- "robust-python-demo"
- "robust-maturin-demo"
with:
demo_name: ${{ matrix.demo_name }}
branch: ${{ github.ref_name }}