dump needs context

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

View file

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