test_ci/.gitea/workflows/build.yaml
sealday edd288f7f3
Some checks failed
Build docker image / publish_npm_packages (push) Failing after 1s
bb
2024-04-20 04:06:35 +08:00

20 lines
381 B
YAML

name: Build docker image
on:
push:
tags:
- 'v*'
jobs:
publish_npm_packages:
runs-on: ubuntu-latest
steps:
- name: Hello world
id: ttttt
run: echo 'hello world'
- name: Hello world 2
id: my
run: echo 'a=xxxx' >> "$GITEA_OUTPUT"
- name: Hello world
run: echo 'hello world' ${{ steps.my.outputs.a }}