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