docs: 修 Issue #8 列出的 P0/P1 问题 — workflow 格式、registry 引用、错误 CLI 命令
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
- **API:** https://suites.mercator.cn
|
||||
- **API Key 获取:** https://auth.mercator.cn
|
||||
- **API 文档:** https://suites.mercator.cn/docs
|
||||
- **基础镜像:** `registry.mercator.cn/agentgis/gis-base:latest`
|
||||
|
||||
## 知识库(knowledge/)
|
||||
|
||||
@@ -24,7 +23,7 @@ steps:
|
||||
name: 我的步骤
|
||||
script_id: run # ✅ script_id: run,不是 script: run.py
|
||||
params:
|
||||
input: "${{inputs.input_path}}" # ✅ 双花括号
|
||||
input: $params.input_path # ✅ 使用 $params.xxx
|
||||
```
|
||||
|
||||
### 常见错误
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
- **需要安装 Docker**(一次性)
|
||||
- **需要安装 gis-actions**(一次性)
|
||||
- **需要能访问 `suites.mercator.cn` 和 `registry.mercator.cn`**(网络条件)
|
||||
- **需要能访问 `suites.mercator.cn`**(网络条件)
|
||||
- **提供本地文件路径**,不是上传文件
|
||||
|
||||
## 对套件开发者的影响
|
||||
|
||||
Reference in New Issue
Block a user