This commit is contained in:
parent
0ff92fe733
commit
edd288f7f3
@ -12,5 +12,8 @@ jobs:
|
||||
- name: Hello world
|
||||
id: ttttt
|
||||
run: echo 'hello world'
|
||||
- name: Hello world 2
|
||||
id: my
|
||||
run: echo 'a=xxxx' >> "$GITEA_OUTPUT"
|
||||
- name: Hello world
|
||||
run: echo 'hello world' ${{ steps.ttttt.outputs.stdout }}
|
||||
run: echo 'hello world' ${{ steps.my.outputs.a }}
|
||||
|
Loading…
Reference in New Issue
Block a user