bb
Some checks failed
Build docker image / publish_npm_packages (push) Failing after 1s

This commit is contained in:
sealday 2024-04-20 04:06:35 +08:00
parent 0ff92fe733
commit edd288f7f3

View File

@ -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 }}