Skip to main content
We publish frequent updates to our documentation, and translation of this page may still be in progress. For the most current information, please visit the
English documentation
.
GitHub Docs
Version:
Free, Pro, & Team
Search GitHub Docs
Действия GitHub
/
Примеры
All products
Действия GitHub
Quickstart
Изучение GitHub Actions
Understand GitHub Actions
Find and customize actions
Essential features
Expressions
Contexts
Variables
Workflow billing & limits
Примеры
Use scripts to test your code on a runner
Use the GitHub CLI on a runner
Use concurrency, expressions, and a test matrix
Использование рабочих процессов
About workflows
Trigger a workflow
Events that trigger workflows
Workflow syntax
Workflow commands
Reuse workflows
Required workflows
Cache dependencies
Store artifacts
Create starter workflows
Use starter workflows
Share workflows with your organization
GitHub CLI в рабочих процессах
Использование заданий
Использование заданий в рабочем процессе
Выбор средства выполнения для задания
Use conditions to control job execution
Матрицы
Параллелизм
Среды
Выполнение заданий в контейнере
Установка значений по умолчанию для заданий
Назначение разрешений заданиям
Определение выходных данных для заданий
Управление выполнениями рабочего процесса
Manually run a workflow
Re-run workflows and jobs
Отмена рабочего процесса
Утверждение общедоступных запусков вилки
Approve private fork runs
Review deployments
Disable & enable a workflow
Skip workflow runs
Удаление запуска рабочего процесса
Download workflow artifacts
Remove workflow artifacts
Сборка и тестирование
Continuous integration
Build & test Go
Build & test Java & Ant
Build & test Java & Gradle
Build & test Java with Maven
Тестирование сборки & .NET
Тестовая Node.js сборки &
Build & test PowerShell
Build & test Python
Build & test Ruby
Тестирование & сборки Swift
Создание & тестовых приложений Xamarin
Развертывание
Сведения о развертываниях
About continuous deployment
Deploy with GitHub Actions
Развертывание в поставщике облачных служб
Deploy to Amazon ECS
Развернуть в Azure
Deploy to Google Kubernetes Engine
Усиление безопасности развертываний
Security hardening with OpenID Connect
OpenID Connect в AWS
OpenID Connect в Azure
OpenID Connect в Google Cloud Platform
OpenID Connect in HashiCorp Vault
OpenID Connect in cloud providers
OpenID Connect с повторно используемыми рабочими процессами
Ориентирование на разные среды
Use environments for deployment
Управление развертываниями
View deployment history
Развертывание приложений Xcode
Sign Xcode applications
Контейнерные службы
About service containers
Create PostgreSQL service containers
Create Redis service containers
Публикация пакетов
Packaging with GitHub Actions
Publish Docker images
Publish Java packages with Gradle
Publish Java packages with Maven
Publish Node.js packages
Управление проблемами и запросами на вытягивание
Actions for project management
Add labels to issues
Close inactive issues
Add label to comment on issue
Move assigned issues
Remove label when adding card
Schedule issue creation
Migrate to GitHub Actions
Automate migration with GitHub Actions Importer
Migrate from Azure Pipelines
Migrate from CircleCI
Migrate from GitLab CI/CD
Migrate from Jenkins
Migrate from Travis CI
Мониторинг и устранение неполадок
About monitoring and troubleshooting
Диаграмма визуализации
Add a status badge
Журнал выполнения рабочего процесса
View job execution time
Workflow run logs
Enable debug logging
Уведомления о выполнении рабочих процессов
Средства выполнения тестов, размещенные в GitHub
About GitHub-hosted runners
Larger runners
Control access to Более крупное средство выполненияs
Monitor current jobs
Настройка средств выполнения
Подключение к частной сети
Локальные средства выполнения тестов
О самостоятельно размещенных средствах выполнения
Add self-hosted runners
Autoscale self-hosted runners
Run a script before or after a job
Настройка контейнеров, используемых заданиями
Run the runner app as a service
Прокси-серверы
Label runners
Use runners in a workflow
Manage access with runner groups
Monitor & troubleshoot
Remove self-hosted runners
Руководства по безопасности
Security hardening
Зашифрованные секреты
Automatic token authentication
Создание действий
About custom actions
Create a Docker container action
Create a JavaScript action
Создание составного действия
Metadata syntax
Поддержка Dockerfile
Настройка кодов выхода
Публикация в GitHub Marketplace
Share from your private repository
Share with your organization
Release and maintain actions
CLI setup action
Руководства по GitHub Actions
Действия GitHub
/
Примеры
Примеры
Примеры рабочих процессов, демонстрирующих функции CI/CD для GitHub Actions.
Using scripts to test your code on a runner
Using the GitHub CLI on a runner
Using concurrency, expressions, and a test matrix