dump strategy context

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

View file

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