dump github context by matrix
All checks were successful
/ dump (github) (push) Successful in 5s

This commit is contained in:
Oliver Lippert 2024-01-22 06:26:37 +01:00
parent 001e2a92e1
commit 5b13ea0711
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

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