GitHub 在 Actions(操作)选项卡中显示 name,帮助从视觉上识别每项作业中的操作。 作者 可选 操作的作者姓名。 说明 必要 操作的简短描述。 inputs 可选 输入参数用于指定操作在运行时预期使用的数据。 GitHub 将输入参数存储为环境变量。 大写的输入 ID 在运行时转换为小写。 建议使用小写输入 ID。 示例 此示例...
在被调用的工作流中,可以使用 inputs 上下文来引用输入。 有关详细信息,请参阅“上下文”。 如果调用方工作流程传递的输入未在被调用工作流程中指定,则会导致错误。 on.workflow_call.inputs 的示例 on: workflow_call: inputs: username: description: 'A username passed from the caller workflow' def...
这样在actions页面可以看到执行构建的按钮,选择分支后可以执行手动构建。 代码语言:javascript 代码运行次数:0 运行 AI代码解释 on:workflow_dispatch:inputs:name:description:'Person to greet'required:truedefault:'Mona the Octocat'home:description:'location'required:falsejobs:say_hello:runs-on:ubuntu-lateststeps...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
import React from 'react' import { Input } from 'antd' export default [ { type: 'antd-input', render: (curData, config, {changeFn, getFocus, loseFocus, error}) => { return <Input value={curData} onFocus={getFocus} onBlur={loseFocus} placeholder={config.placeholder ? config.placehol...
在执行 workflow 时, 允许在 GitHub Actions 页面输入参数,控制执行逻辑。我们可以将人工处理的逻辑,在 GitHub Actions 参数化执行,适用于持续部署场景。 on: workflow_dispatch: inputs: logLevel: description: 'Log level' required: true default: 'warning' ...
在执行 workflow 时, 允许在 GitHub Actions 页面输入参数,控制执行逻辑。我们可以将人工处理的逻辑,在 GitHub Actions参数化执行,适用于持续部署场景。 on: workflow_dispatch: inputs: logLevel: description: 'Log level' required: true default: 'warning' ...
如果不在操作元数据文件中声明输出,您仍然可以设置输出并在工作流程中使用它们。 有关在操作中设置输出的更多信息,请参阅“GitHub Actions 的工作流程命令”。示例:声明 Docker 容器和 JavaScript 操作的输出outputs: sum: # id of the output description: 'The sum of the inputs' ...
bulk_actions 多少次提交一次Bulk请求到ES集群. 默认 5000 bulk_size 单位是MB, 多少大写提交一次到ES. 默认 15MB flush_interval 单位秒, 间隔多少时间提交一次到ES. 默认 30 concurrent bulk 的goroutine 最大值, 默认1 举例来说, 如果Bulk 1W条数据到ES需要5秒, 1W条数据从Input处理完所有Filters然后到Outp...
zmodule input # Utility aliases and functions. Adds colour to ls, grep and less. zmodule utility # # Modules that must be initialized last # # Fish-like syntax highlighting for Zsh. zmodule zsh-users/zsh-syntax-highlighting # Fish-like autosuggestions for Zsh. zmodule zsh-users/zsh-auto...