Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5d272e8088 |
@ -14,6 +14,6 @@ jobs:
|
||||
run: echo 'hello world'
|
||||
- name: Hello world 2
|
||||
id: my
|
||||
run: echo 'a=xxxx' >> "$GITEA_OUTPUT"
|
||||
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