워크플로에서 수행하는 작업 선택
워크플로는 소프트웨어 개발 수명 주기에서 작업을 자동화합니다. 수동으로 완료한 많은 작업을 GitHub Actions 워크플로로 변환할 수 있습니다.
워크플로에서 작업 사용
워크플로를 사용하여 여러 작업을 실행합니다.
Using pre-written building blocks in your workflow
Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions.
워크플로에서 GitHub CLI 사용
GitHub Actions 워크플로에서 GitHub CLI으로 스크립팅할 수 있습니다.
GitHub Actions에 대한 워크플로 명령
워크플로 또는 작업 코드에서 셸 명령을 실행할 때 워크플로 명령을 사용할 수 있습니다.
워크플로에 스크립트 추가
스크립트 실행을 위해 GitHub Actions 워크플로를 사용할 수 있습니다.
Controlling permissions for GITHUB_TOKEN
Modify the default permissions granted to GITHUB_TOKEN
.
Evaluate expressions in workflows and actions
You can evaluate expressions in workflows and actions.
Store information in variables
GitHub sets default variables for each GitHub Actions workflow run. You can also set custom variables for use in a single workflow or multiple workflows.
Accessing contextual information about workflow runs
You can access context information in workflows and actions.
Passing information between jobs
You can define outputs to pass information from one job to another.
Setting a default shell and working directory
Define the default settings that will apply to all jobs in the workflow, or all steps in a job.
배포에 환경 사용
워크플로에서 배포 환경을 지정합니다.
Control the concurrency of workflows and jobs
Run a single job at a time.
Running variations of jobs in a workflow
Create a matrix to define variations for each job.
워크플로 속도를 높이기 위한 종속성 캐싱
워크플로를 더 빠르고 효율적으로 만들기 위해 종속성 및 일반적으로 재사용되는 기타 파일에 대한 캐시를 만들고 사용할 수 있습니다.
워크플로에서 데이터 저장 및 공유
Artifacts를 사용하면 워크플로의 작업 간에 데이터를 공유하고 워크플로가 완료되면 데이터를 저장할 수 있습니다.