diff --git a/jenkins/valet-dry-run-lab.md b/jenkins/valet-dry-run-lab.md index 4486535..e73b1be 100644 --- a/jenkins/valet-dry-run-lab.md +++ b/jenkins/valet-dry-run-lab.md @@ -134,7 +134,7 @@ In the Actions workflow we have the same steps and the stages are now being enfo + needs: build ``` -The `agent` in the Jenkins pipeline has be transformed to `runs-on` on each of the jobs. +The `agent` in the Jenkins pipeline has been transformed to `runs-on` on each of the jobs. ```diff - agent {