diff --git a/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md b/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md index a9b5b4214fc..b313af247d4 100644 --- a/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md +++ b/learn-pr/github/github-actions-ci/includes/github-actions-manage-and-debug-workflows.md @@ -185,9 +185,9 @@ The following table describes common workflow failure scenarios: | Symptom | Likely cause | |--------|--------------| -| A step fails and returns `command not found`l | Missing dependency or wrong setup | +| A step fails and returns `command not found`. | Missing dependency or wrong setup | | `npm install` fails. | Corrupt `package-lock.json` file or a network issue | -| A test step failsl | Unit test issues, missing configuration file, or invalid test syntax | +| A test step fails. | Unit test issues, missing configuration file, or invalid test syntax | | `Permission denied` appears. | Incorrect file permissions or missing secrets | ## Identify how to access workflow logs in GitHub