dump env context
All checks were successful
/ dump (push) Successful in 6s

This commit is contained in:
Oliver Lippert 2024-01-22 06:27:22 +01:00
parent 5b13ea0711
commit 7e247dc9e7
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -4,10 +4,11 @@ on:
jobs: jobs:
dump: dump:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
keyword:
- github
steps: steps:
- shell: bash - name: github
run: echo "${{ toJSON(matrix.keyword) }}" shell: bash
run: echo "${{ toJSON(github) }}"
- name: env
shell: bash
run: echo "${{ toJSON(env) }}"