dump steps context

This commit is contained in:
Oliver Lippert 2024-01-22 06:28:53 +01:00
parent e6a23df0ee
commit be4c76cbc0
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

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