
GitHub Actions documentation
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
Viewing GitHub Actions metrics for your organization
GitHub Actions metrics provide insights into how your workflows and jobs are performing at the organization and repository levels. There are two types of metrics to help you analyze different aspects of your workflows:
Using the visualization graph - GitHub Docs
Under your repository name, click Actions. In the left sidebar, click the workflow you want to see. From the list of workflow runs, click the name of the run to see the workflow run summary.
About your organization dashboard - GitHub Docs
As an organization member, you can visit your organization's dashboard throughout the day to stay updated on recent activity and keep track of issues and pull requests you're working on or following in the organization.
Using pre-written building blocks in your workflow - GitHub Docs
Pre-written: many actions are available in the GitHub Marketplace, covering a wide range of tasks like checking out code, setting up environments, running tests, and deploying applications. Configurable: you can configure actions with inputs, outputs, and environment variables to tailor them to your specific needs.
Understanding GitHub Actions
An action can pull your Git repository from GitHub, set up the correct toolchain for your build environment, or set up the authentication to your cloud provider. You can write your own actions, or you can find actions to use in your workflows in the GitHub Marketplace.
管理 GitHub Actions
可以查看指标来监视组织或存储库使用 GitHub Actions 的位置及其执行方式。
About continuous integration with GitHub Actions
You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
Quickstart for GitHub Actions
GitHub Actions can help you automate nearly every aspect of your application development processes. Ready to get started? Here are some helpful resources for taking your next steps with GitHub Actions: To create a GitHub Actions workflow, see Using workflow templates. For continuous integration (CI) workflows, see Building and testing.
Viewing GitHub Actions metrics
GitHub Actions performance metrics enables you to analyze the efficiency and reliability of your workflows. You can view performance information such as average run times, average queue times, and failure rates, related to: