Skip to main content

이 버전의 GitHub Enterprise Server는 다음 날짜에 중단됩니다. 2024-09-24. 중요한 보안 문제에 대해서도 패치 릴리스가 이루어지지 않습니다. 더 뛰어난 성능, 향상된 보안, 새로운 기능을 위해 최신 버전의 GitHub Enterprise Server로 업그레이드합니다. 업그레이드에 대한 도움말은 GitHub Enterprise 지원에 문의하세요.

워크플로에서 수행하는 작업 선택

워크플로는 소프트웨어 개발 수명 주기에서 작업을 자동화합니다. 수동으로 완료한 많은 작업을 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.

배포에 환경 사용

워크플로에서 배포 환경을 지정합니다.

Running variations of jobs in a workflow

Create a matrix to define variations for each job.

워크플로 속도를 높이기 위한 종속성 캐싱

워크플로를 더 빠르고 효율적으로 만들기 위해 종속성 및 일반적으로 재사용되는 기타 파일에 대한 캐시를 만들고 사용할 수 있습니다.

Storing and sharing data from a workflow

Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed.