Workflow config file is invalid. Please check your config file: yaml: unmarshal errors:
line 14: mapping key "run" already defined at line 13
|
name: run-app
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: host
|
|
steps:
|
|
- name: 步骤说明
|
|
run: echo "Hello World"
|
|
run: cp -r dist /data/wwwroot/weizhuozhongzhi-ai |