Skip to main content

Cette version de GitHub Enterprise Server n'est plus disponible depuis le 2025-06-19. Aucune publication de correctifs n’est effectuée, même pour les problèmes de sécurité critiques. Pour de meilleures performances, une sécurité améliorée et de nouvelles fonctionnalités, effectuez une mise à niveau vers la dernière version de GitHub Enterprise. Pour obtenir de l’aide sur la mise à niveau, contactez le support GitHub Enterprise.

Tutorials for GitHub Actions

Build skills and knowledge about GitHub Actions through hands-on activities.

Migrating to GitHub Actions

Learn how to migrate your existing CI/CD workflows to GitHub Actions.

Creating an example workflow

In this tutorial, you'll learn how to create a basic workflow that is triggered by a push event.

Creating a Docker container action

In this tutorial, you'll learn how to build a Docker container action.

Creating a JavaScript action

In this tutorial, you'll learn how to build a JavaScript action using the actions toolkit.

Creating a composite action

In this tutorial, you'll learn how to build a composite action.

Store and share data with workflow artifacts

Use artifacts to share data between jobs in a workflow and store data once that workflow has completed.

Quickstart for Actions Runner Controller

In this tutorial, you'll try out the basics of Actions Runner Controller.

Deploying with GitHub Actions

Learn how to control deployments with features like environments and concurrency.

Communicating with Docker service containers

Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.