dump inputs context
All checks were successful
/ dump (push) Successful in 8s

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

View file

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