Skip to content

Commit

Permalink
feat: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 23, 2024
1 parent 5fe6c1d commit aa01267
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,11 @@ import { doTheDivThing } from './a-sneaky-module.js';
import { waitUntil, TimeoutError } from './async-wait-until';

const doOurThing = async () => {
// ...
// Guidance on analyzing error logs and identifying potential causes of failures.
// Provide details on how to analyze error logs, common causes of failure, and troubleshooting steps.
// ...
// Guidance on checking workflow configurations and resolving common issues.
// Provide instructions on how to check the workflow configurations, identify issues, and troubleshoot common problems.

doTheDivThing();

Expand Down

0 comments on commit aa01267

Please sign in to comment.