a
All checks were successful
Build docker image / publish_npm_packages (push) Successful in 2s

This commit is contained in:
sealday 2024-04-20 04:02:05 +08:00
parent f46a24ddae
commit 0ff92fe733

View File

@ -10,4 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Hello world
id: ttttt
run: echo 'hello world'
- name: Hello world
run: echo 'hello world' ${{ steps.ttttt.outputs.stdout }}