From 3a4659da8868157541b93a4c6512c6bb42b5d28a Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Mon, 17 Jul 2023 13:05:24 -0500 Subject: [PATCH] Update part 3 to avoid saying that you can edit a workflow by looking at the logs --- docs/parts/part3.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/parts/part3.md b/docs/parts/part3.md index a23ccb3..9a92ff0 100644 --- a/docs/parts/part3.md +++ b/docs/parts/part3.md @@ -31,8 +31,7 @@ After a few minutes the workflow should complete successfully. ### 2. Examine the workflow logs -Looking at the logs for the completed workflow, we can see what actions the workflow performed and, if needed, modify those actions for different use cases. - +By looking at the logs for the completed GitHub Actions workflow, we can see what steps the workflow performed and think of ways to modify those steps for different use cases. #### 2.1. Creating a temporary project