ワークフローとアクション
GitHub Actions のワークフローとアクションの概念について説明します。
Workflows
トリガー、構文、高度な機能など、GitHub Actions のワークフローの概要について説明します。
変数
GitHub Actions ワークフローの変数について説明します。
コンテキスト
GitHub Actions のコンテキストについて説明します。
式
ワークフローとアクションで式を評価できます。
Reusable workflows
Learn how to avoid duplication when creating a workflow by reusing existing workflows.
About custom actions
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the GitHub community.
Deployment environments
You can create and deploy to different environments.
コンカレンシー
ワークフローとジョブの同時実行について説明します。
Workflow artifacts
Learn about storing and sharing data as artifacts of GitHub Actions workflows.
Dependency caching
Learn about dependency caching for workflow speed and efficiency.
ワークフロー実行の通知
トリガーするワークフロー実行に関する通知を受信登録できます。