Workflow Runs 可以被其他人看到,为了隐私,需要删掉它. 目前,web界面上,还没有提供批量删除的功能,只能通过 api 来批量删除. Prerequisites 需要安装 jp 和 gh# jq apt-get install jq -y # gh 参考官方文档 # https://github.com/cli/cli/blob/trunk/docs/install_linux.md (type...
The Workflow runs API allows you to view, re-run, cancel, and view logs for workflow runs. About the Workflow runs API The Workflow runs API allows you to view, re-run, cancel, and view logs for workflow runs. A workflow run is an instance of your workflow that runs when the pre-...
All workflows Showing runs from all workflows 6,294 workflow runs Event Status Branch Actor added new setAppInitProgress function Lint #1223: Pull request #319 opened by bigcat88 new-init-endpoint July 5, 2024 22:56 44s added new setAppInitProgress function Docs check #908: Pull request...
Termux add-on app which exposes device functionality as API to command line programs. - Workflow runs · termux/termux-api
Use the REST API to interact with workflow runs in GitHub Actions. About workflow runs in GitHub Actions You can use the REST API to view, re-run, cancel, and view logs for workflow runs in GitHub Actions. A workflow run is an instance of your workflow that runs when the pre-configured...
Use the REST API to interact with workflow runs in GitHub Actions. About workflow runs in GitHub Actions You can use the REST API to view, re-run, cancel, and view logs for workflow runs in GitHub Actions. A workflow run is an instance of your workflow that runs when the pre-configured...
1 workflow 1.1 介绍 工作流程是一个可配置的自动化过程,它将运行一个或多个作业。 工作流程由签入到存储库的 YAML 文件定义,并在存储库中的事件触发时运行,也可以手动触发,或按定义的时间表触发。 工作流程在存储库的 .github/workflows 目录中定义,存储库可以有多个工作流程,每个工作流程都可以执行不同的任务...
除了运行计划事件之外,还可以使用workflow_dispatch事件手动触发工作流。 通过此事件,可以使用 GitHub REST API 或通过选择 GitHub 上存储库中“操作”选项卡中的“运行工作流”按钮来运行工作流。使用workflow_dispatch,你可以选择要在哪个分支上运行工作流,还可以设置 GitHub 在 UI 中以窗体元素显示的可选inputs。
除了运行计划事件之外,还可以使用workflow_dispatch事件手动触发工作流。 通过此事件,可以使用 GitHub REST API 或通过选择 GitHub 上存储库中“操作”选项卡中的“运行工作流”按钮来运行工作流。使用workflow_dispatch,你可以选择要在哪个分支上运行工作流,还可以设置 GitHub 在 UI 中以窗体元素显示的可选inputs...
除了workflow_dispatch之外,你还可以使用 GitHub API 触发名为repository_dispatch的 Webhook 事件。 通过此事件,可以触发在 GitHub 外部发生的活动的工作流。 它实质上充当存储库的 HTTP 请求,要求 GitHub 从操作或 Webhook 触发工作流。 使用此手动事件需要执行两项操作:向GitHub 终结点POST/repos/{owner}/{repo}...