update
This commit is contained in:
25
misc/github-actions.md
Normal file
25
misc/github-actions.md
Normal file
@ -0,0 +1,25 @@
|
||||
# GitHub Actions
|
||||
|
||||
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.
|
||||
|
||||
---
|
||||
## Workflows
|
||||
|
||||
|
||||
---
|
||||
## Events
|
||||
|
||||
|
||||
---
|
||||
## Jobs
|
||||
|
||||
|
||||
---
|
||||
## Actions
|
||||
|
||||
|
||||
---
|
||||
## Runners
|
||||
|
||||
A runner is a server that runs your workflows when they're triggered. Each runner can run a single job at a time. GitHub provides Ubuntu Linux, Microsoft Windows, and macOS runners to run your workflows; each workflow run executes in a fresh, newly-provisioned virtual machine.
|
||||
|
Reference in New Issue
Block a user