|
@@ -91,7 +91,7 @@ GitHub action 基于 yaml 语法,超级简单,但是 github steps 构建每
|
|
|
| android-eclipse\.github\workflows\main.yml | 采用 eclipse 开发的采用这个 action |
|
|
|
|
|
|
|
|
|
-20 年 vscode 开源的容器demo项目,修改为国内镜像。如今,使用通用镜像即可。
|
|
|
+20 年 vscode 开源的容器 demo 项目,修改为国内镜像。如今,使用通用镜像即可。
|
|
|
```
|
|
|
git clone https://github.com/Microsoft/vscode-remote-try-node
|
|
|
git clone https://github.com/Microsoft/vscode-remote-try-python
|
|
@@ -113,3 +113,8 @@ Copyright (c) 2021 [liuyuqi.gov@msn.cn](mailto:liuyuqi.gov@msn.cn). All rights r
|
|
|
Licensed under the [Apache 2.0](LICENSE.md) license.
|
|
|
|
|
|
|
|
|
+## Reference
|
|
|
+
|
|
|
+[github-actions-creator 文档](https://wiki.yoqi.me/github-actions-creator/#/)
|
|
|
+
|
|
|
+
|