From b7db679f4badb417c47a1040f030ecf25c04c13b Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 7 Jan 2021 17:41:52 +0800 Subject: [PATCH] docs: update doc --- README.en-US.md | 2 +- README.md | 2 +- docs/advanced.en-US.md | 2 +- docs/advanced.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 51149f74..48fed8ab 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -658,7 +658,7 @@ jobs: | body-includes | Body contains check | string | ✖ | - `title-includes` `body-includes` supports the format `x1,x2` or `x1,x2/y1,y2`. Only supports two levels -- Return `check-result` +- Return `check-result`, due to yml reasons, the judgment condition is `if: steps.xxid.outputs.check-result =='true'` ⏫ [Back to list](#List) diff --git a/README.md b/README.md index f24fcb9a..3d0c26c4 100644 --- a/README.md +++ b/README.md @@ -652,7 +652,7 @@ jobs: | body-includes | 内容包含校验 | string | ✖ | - `title-includes` `body-includes` 支持格式 `x1,x2` 或者 `x1,x2/y1,y2`。只支持两个层级 -- 返回 `check-result` +- 返回 `check-result`,由于 yml 原因,判断条件为 `if: steps.xxid.outputs.check-result == 'true'` ⏫ [返回列表](#列-表) diff --git a/docs/advanced.en-US.md b/docs/advanced.en-US.md index 341256fd..4462cb14 100644 --- a/docs/advanced.en-US.md +++ b/docs/advanced.en-US.md @@ -92,7 +92,7 @@ jobs: | body-includes | Body contains check | string | ✖ | - `title-includes` `body-includes` supports the format `x1,x2` or `x1,x2/y1,y2`. Only supports two levels -- Return `check-result` +- Return `check-result`, due to yml reasons, the judgment condition is `if: steps.xxid.outputs.check-result =='true'` ## `close-issues` diff --git a/docs/advanced.md b/docs/advanced.md index 689b3e27..ac7825d7 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -88,7 +88,7 @@ jobs: | body-includes | 内容包含校验 | string | ✖ | - `title-includes` `body-includes` 支持格式 `x1,x2` 或者 `x1,x2/y1,y2`。只支持两个层级 -- 返回 `check-result` +- 返回 `check-result`,由于 yml 原因,判断条件为 `if: steps.xxid.outputs.check-result == 'true'` ## `close-issues`