Actions: ontop/ontop Management Caches All workflows Showing runs from all workflows 362 workflow runs Merge branch 'bugfix/starts-with' into version5 CI#1217:Commit43b1439pushed bybcogrel version5 January 6, 2025 20:4024m 44s Starts with fixed for prefixes longer than first component....
name: learn-github-actions on: [push] jobs: check-bats-version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '14' - run: npm install -g bats - run: bats -v workflow 工作流程是您添加到仓库的自动化过程。 工作流程由一...
下面是一个完整的workflow文件的范例。 name:Greeting from Monaon:pushjobs:my-job:name:My Jobruns-on:ubuntu-lateststeps:-name:Print a greetingenv:MY_VAR:Hi there! My name isFIRST_NAME:MonaMIDDLE_NAME:TheLAST_NAME:Octocatrun:|echo $MY_VAR $FIRST_NAME $MIDDLE_NAME $LAST_NAME. 上面代码中,s...
name:AworkflowformyHelloWorldfileon:pushjobs:build:name:Helloworldactionruns-on:ubuntu-lateststeps:- uses:actions/checkout@v1- uses:./action-awith:MY_NAME:"Mona" 请注意on:属性。 这是一个用于指定此工作流运行时间的触发器。 在此处,它会在有到存储库的推送事件时触发运行。 你可以...
80 workflow runs Event Status Branch Actor Merge pull request #2042 from bluthej/docs/fix-inheritance-diagram ci #357: Commit 6aee460 pushed by davidhalter master December 29, 2024 15:00 21m 38s Fix inheritance diagram ci #356: Pull request #2042 synchronize by bluthej bluthe...
Returns workflow runs created within the given date-time range. For more information on the syntax, see "Understanding the search syntax." exclude_pull_requests boolean If true pull requests are omitted from the response (empty array). Default: false check_suite_id integer Returns workflow run...
jobs:workflow-command-job:runs-on:ubuntu-lateststeps:-name:Disableworkflowcommandsrun:| echo '::warning:: This is a warning message, to demonstrate that commands are being processed.' stopMarker=$(uuidgen) echo "::stop-commands::$stopMarker" ...
on:workflow_dispatch:inputs:logLevel:description:'Log level'required:truedefault:'warning'tags:description:'Test scenario tags' 除了workflow_dispatch之外,你还可以使用 GitHub API 触发名为repository_dispatch的 Webhook 事件。 此事件可以让你为发生在 GitHub 外部的活动触发工作流,它实际上是对存储库发出一...
on:workflow_dispatch:inputs:logLevel:description:'Log level'required:truedefault:'warning'tags:description:'Test scenario tags' 除了workflow_dispatch之外,你还可以使用 GitHub API 触发名为repository_dispatch的 Webhook 事件。 此事件可以让你为发生在 GitHub 外部的活动触发工作流,它实际上是对存储库发出...
on:workflow_dispatch:inputs:logLevel:description:'Log level'required:truedefault:'warning'tags:description:'Test scenario tags' 除了workflow_dispatch之外,你还可以使用 GitHub API 触发名为repository_dispatch的 Webhook 事件。 此事件可以让你为发生在 GitHub 外部的活动触发工作流,它实际上是对存储库发出一...