dump matrix context

This commit is contained in:
Oliver Lippert 2024-01-22 06:29:46 +01:00
parent edd1afa412
commit 1b4e80ee84
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -40,3 +40,7 @@ jobs:
- name: strategy - name: strategy
shell: bash shell: bash
run: echo "${{ toJSON(strategy) }}" run: echo "${{ toJSON(strategy) }}"
- name: matrix
shell: bash
run: echo "${{ toJSON(matrix) }}"