A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
Node.js JavaScript runtime ✨🐢🚀✨. Contribute to nodejs/node development by creating an account on GitHub.
"run_number": 562, "event": "push", "status": "queued", "conclusion": null, "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", "pull_requests": [...
".github/workflows/build.yml@main", "run_number": 562, "event": "push", "display_title": "Update README.md", "status": "queued", "conclusion": null, "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https:...
GitHub Actions 的配置文件叫做 workflow文件,存放在代码仓库的.github/workflows/目录下。比如写一个first.yaml文件,存储的目录就是.github/workflows/first.yaml workflow/下的文件采用 YAML 格式,文件名可以任意取,但是后缀名统一为.yml或者yaml,比如foo.yml。一个库可以有多个 workflow 文件。GitHub 只要发现.github...
When a workflow is configured to run on the workflow_dispatch event, you can run the workflow using the Actions tab on GitHub, GitHub CLI, or the REST API.
For more information, see Security hardening for GitHub Actions. Context nameTypeDescription github object Information about the workflow run. For more information, see github context. env object Contains variables set in a workflow, job, or step. For more information, see env context. vars object...
在此工作流中,GitHub Actions 签出推送的代码,安装 bats 测试框架,并运行基本命令来输出 bats 版本:bats -v。 name: learn-github-actions run-name: ${{ github.actor }} is learning GitHub Actions on: [push] jobs: check-bats-version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4...
- name: Checkout GitHub uses: actions/checkout@v4 - name: Set up Python 3.12.3 uses: actions/setup-python@v3 with: python-version:"3.12.3"- name: Install dependencies run:|python -m pip install --upgrade pipif[-f requirements.txt];thenpip install -r requirements.txt;fi- name: Test...
Choose when workflows run Choose where workflows run Choose what workflows do Workflow syntax Manage workflows and deployments Share automations Monitor & troubleshoot GitHub-hosted runners Self-hosted runners Security Use cases and examples Migrate to GitHub Actions Administer GitHub Action...