diff --git a/gitlab/valet-migrate-lab.md b/gitlab/valet-migrate-lab.md index 1116f6a..e962e99 100644 --- a/gitlab/valet-migrate-lab.md +++ b/gitlab/valet-migrate-lab.md @@ -2,7 +2,7 @@ In this lab, we will use the Valet `migrate` command to migrate a GitLab pipeline to GitHub Actions. The previous commands used in the labs, such as `audit` and `dry-run` have prepared us to run a migration. The `migrate` command will transform the Gitlab pipeline into a GitHub Actions workflow like the `dry-run` command did, but instead of writing these files locally, it will open a pull request with the files. -The pull request will also contain a checklist of `Manual Tasks` if required. These tasks are changes that Valet could not do on our behalf, like creating a runner or adding a secret to a repository. +The pull request will contain a checklist of `Manual Tasks` if required. These tasks are changes that Valet could not do on our behalf, like creating a runner or adding a secret to a repository. - [Prerequisites](#prerequisites) - [Preparing for migration](#preparing-for-migration)