This commit is contained in:
parent
f46a24ddae
commit
0ff92fe733
@ -10,4 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Hello world
|
- name: Hello world
|
||||||
|
id: ttttt
|
||||||
run: echo 'hello world'
|
run: echo 'hello world'
|
||||||
|
- name: Hello world
|
||||||
|
run: echo 'hello world' ${{ steps.ttttt.outputs.stdout }}
|
||||||
|
Loading…
Reference in New Issue
Block a user