From cd599f7798c9ff7d1dfb3e7f0c0408e1c84f9dba Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 5 Dec 2022 09:51:09 +0800 Subject: [PATCH] doc: Update README.md #206 #102 --- README.md | 1 + docs/github-actions.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79df6ef..86ea599 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ Quick Reference [surcode.cn](https://ref.surcode.cn) [hestudio.org](https://quickref.hestudio.org) [cms.im](https://quickref.cms.im/) +[nuomiphp.com](https://reference.tool.nuomiphp.com/) 如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 [gh-pages](https://github.com/jaywcjlove/reference/tree/gh-pages) 分支代码到你的静态服务就可以了,还可以使用 [docker](https://hub.docker.com/r/wcjiang/reference) 快捷部署 web 版。 diff --git a/docs/github-actions.md b/docs/github-actions.md index 4c701b2..943e425 100644 --- a/docs/github-actions.md +++ b/docs/github-actions.md @@ -414,7 +414,7 @@ toJSON(job) ```yml steps: ... - - name: The job has succeeded + - name: 作业已成功 if: ${{ success() }} ``` @@ -423,7 +423,7 @@ steps: ```yml steps: ... - - name: The job has failed + - name: 作业失败 if: ${{ failure() }} ```