Skip to content

Commit

Permalink
test: input into matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed May 17, 2024
1 parent eae5465 commit 301937b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ on:


jobs:
test:
namedJob:
strategy:
matrix:
version: ${{ inputs.test }}
runs-on: ubuntu-latest
steps:
- name: Setup
shell: bash
run: |
echo "Cool outputs"
echo ${{ matrix.version }}

0 comments on commit 301937b

Please sign in to comment.