This commit is contained in:
parent
5b13ea0711
commit
7e247dc9e7
1 changed files with 7 additions and 6 deletions
|
@ -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) }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue