You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add crowdin translations
* Run script/i18n/homogenize-frontmatter.js
* Run script/i18n/lint-translation-files.js --check rendering
* run script/i18n/reset-files-with-broken-liquid-tags.js --language=cn
* run script/i18n/reset-known-broken-translation-files.js
Co-authored-by: Robert Sese <[email protected]>
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4757 %}
700
700
## `inputs` 上下文
701
701
702
-
The `inputs`context contains input properties passed to a reusable workflow{% ifversion actions-unified-inputs %} or to a manually triggered workflow{% endif %}. {% ifversion actions-unified-inputs %}For reusable workflows, the{% else %}The{% endif %} input names and types are defined in the [`workflow_call`event configuration](/actions/learn-github-actions/events-that-trigger-workflows#workflow-reuse-events) of a reusable workflow, and the input values are passed from [`jobs.<job_id>.with`](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idwith)in an external workflow that calls the reusable workflow. {% ifversion actions-unified-inputs %}For manually triggered workflows, the inputs are defined in the [`workflow_dispatch`event configuration](/actions/learn-github-actions/events-that-trigger-workflows#workflow_dispatch) of a workflow.{% endif %}
|`inputs`|`对象`|This context is only available in a [reusable workflow](/actions/learn-github-actions/reusing-workflows){% ifversion actions-unified-inputs %} or in a workflow triggered by the [`workflow_dispatch`event](/actions/learn-github-actions/events-that-trigger-workflows#workflow_dispatch){% endif %}. 您可以从工作流程中的任何作业或步骤访问此上下文。 此对象包含下面列出的属性。 |
@@ -722,9 +722,9 @@ The following example contents of the `inputs` context is from a workflow that h
722
722
}
723
723
```
724
724
725
-
### Example usage of the `inputs`context in a reusable workflow
725
+
### 可重用工作流程中 `inputs`上下文的示例用法
726
726
727
-
This example reusable workflow uses the `inputs`context to get the values of the `build_id`, `deploy_target`, and`perform_deploy`inputs that were passed to the reusable workflow from the caller workflow.
### Example usage of the `inputs`context in a manually triggered workflow
756
+
### 手动触发的工作流程中 `inputs`上下文的示例用法
757
757
758
-
This example workflow triggered by a `workflow_dispatch`event uses the `inputs`context to get the values of the `build_id`, `deploy_target`, and`perform_deploy`inputs that were passed to the workflow.
Copy file name to clipboardExpand all lines: translations/zh-CN/content/rest/guides/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ children:
25
25
- /getting-started-with-the-checks-api
26
26
---
27
27
28
-
文档的这一部分旨在让您使用实际 {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API 应用程序开始运行。 We'll go over everything you need to know, from authentication to results manipulation to integrating results with other apps. Every tutorial will include a project, and each project will be saved and documented in our public [platform-samples](https://github.com/github/platform-samples)repository.
28
+
文档的这一部分旨在让您使用实际 {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API 应用程序开始运行。 我们将介绍您需要了解的所有内容,从身份验证到结果操作,再到将结果与其他应用程序集成。 每个教程都将包含一个项目,每个项目都将保存并记录在我们的公共 [platform-samples](https://github.com/github/platform-samples)存储库中。
0 commit comments