fix: add --global kwargs to git config calls to see if that fixes the… #50
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |