This commit is contained in:
parent
001e2a92e1
commit
5b13ea0711
1 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
dump:
|
dump:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
keyword:
|
||||||
|
- github
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: echo "${{ toJSON(github) }}"
|
run: echo "${{ toJSON(matrix.keyword) }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue