From d95798b8ea070354a20187907d49d8e41f715c1e Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 16 Aug 2022 16:14:46 -0400 Subject: [PATCH] Update valet-migrate-lab.md --- gitlab/valet-migrate-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/valet-migrate-lab.md b/gitlab/valet-migrate-lab.md index a8336b4..a3974de 100644 --- a/gitlab/valet-migrate-lab.md +++ b/gitlab/valet-migrate-lab.md @@ -1,4 +1,4 @@ -# Migrate an Azure DevOps pipeline to GitHub Actions +# Migrate an GitLab Project to GitHub Actions In this lab, we will use the Valet `migrate` command to migrate a GitLab pipeline to GitHub Actions. All of the previous commands we have been using in the labs, such as `audit` and `dry-run` have been preparing us to run a migration. The `migrate` command will generate the GitHub Actions workflow files, like the `dry-run` did, and also create a pull request with the files.