This commit is contained in:
parent
0ff92fe733
commit
edd288f7f3
@ -11,6 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Hello world
|
||||
id: ttttt
|
||||
run: echo 'hello world'
|
||||
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