Skip to content

Attempt to pass per CUDA matrix to nested workflow. #3

Attempt to pass per CUDA matrix to nested workflow.

Attempt to pass per CUDA matrix to nested workflow. #3

Workflow file for this run

name: Per CUDA version
on:
workflow_call:
inputs:
per_cuda_matrix: {type: string, required: true}
jobs:
per_cuda:
runs-on: ubuntu-latest
strategy:

Check failure on line 12 in .github/workflows/per_cuda.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/per_cuda.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
matrix: ${{ fromJSON(inputs.per_cuda_matrix) }}
steps:
- name: test
run: |
echo "per_cuda_matrix: ${{ inputs.per_cuda_matrix }}"