Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
5d272e8088 | |||
edd288f7f3 | |||
0ff92fe733 |
@ -10,4 +10,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello world
|
||||
run: echo 'hello world'
|
||||
id: ttttt
|
||||
run: echo 'hello world'
|
||||
- name: Hello world 2
|
||||
id: my
|
||||
run: echo 'a=xxxx' >> "$GITHUB_OUTPUT"
|
||||
- name: Hello world
|
||||
run: echo 'hello world' ${{ steps.my.outputs.a }}
|
||||
|
Loading…
Reference in New Issue
Block a user