Workflows and actions
Learn about the concepts of workflows and actions in GitHub Actions.
ワークフローについて
トリガー、構文、高度な機能など、GitHub Actions のワークフローの概要について説明します。
Variables
Learn about variables in GitHub Actions workflows.
重複の回避
再利用可能なワークフローまたは複合アクションを使用して、ワークフローのコンテンツが重複しないようにすることができます。
Reusable workflows
Learn how to avoid duplication when creating a workflow by reusing existing workflows.
カスタム アクションについて
アクションとは、ジョブを作成し、ワークフローをカスタマイズするために組み合わせることができる個々のタスクです。 独自のアクションの作成、または GitHub コミュニティによって共有されるアクションの使用やカスタマイズができます。
Contexts
Learn about contexts in GitHub Actions.
Expressions
You can evaluate expressions in workflows and actions.
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.
ワークフローの監視について
GitHub Actions のツールを使って、ワークフロー、メトリック、自己ホストランナーを監視することができます。
ワークフロー実行の通知
トリガーするワークフロー実行に関する通知を受信登録できます。
About troubleshooting workflows
You can use the tools in GitHub Actions to debug your workflows.