Skip to content

chore: manually set environ variable in pytest demos_folder fixture s… #17

chore: manually set environ variable in pytest demos_folder fixture s…

chore: manually set environ variable in pytest demos_folder fixture s… #17

Workflow file for this run

name: sync-demo.yml

Check failure on line 1 in .github/workflows/sync-demos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-demos.yml

Invalid workflow file

(Line: 25, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.workspace
on:
pull_request:
branches:
- develop
jobs:
update-demo:
name: Update Demo
runs-on: ubuntu-latest
strategy:
matrix:
demo_name:
- "robust-python-demo"
- "robust-maturin-demo"
steps:
- name: Checkout Template
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
path: "${{ github.workspace }}/cookiecutter-robust-python"
- name: Update Demo
uses: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/update-demo.yml"
with:
demo_name: ${{ matrix.demo_name }}