Compare commits
No commits in common. "main" and "v1" have entirely different histories.
@ -11,9 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Hello world
|
- name: Hello world
|
||||||
id: ttttt
|
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
|
- name: Hello world
|
||||||
run: echo 'hello world' ${{ steps.my.outputs.a }}
|
run: echo 'hello world' ${{ steps.ttttt.outputs.stdout }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user