Files
windyChenUtils/.gitea/workflows/build.yaml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 16: mapping values are not allowed in this context

17 lines
336 B
YAML

name: Node.js Build
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
build:
runs-on: docker # 匹配你 runner 的标签
steps:
- name: Debug token length
env:
TOKEN: ${{ secrets.NPM_TOKEN }}
run: echo "Token length: ${#TOKEN}"