Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5d272e8088 | |||
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' >> "$GITHUB_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