github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/matrix/example-3.yaml (about)

     1  # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#example-using-contexts-to-create-matrices
     2  
     3  on:
     4    repository_dispatch:
     5      types:
     6        - test
     7   
     8  jobs:
     9    example_matrix:
    10      runs-on: ubuntu-latest
    11      strategy:
    12        matrix:
    13          version: ${{ github.event.client_payload.versions }}
    14      steps:
    15        - uses: actions/setup-node@v3
    16          with:
    17            node-version: 1