diff --git a/docs/src/content/docs/getting-started/automating-scripts.mdx b/docs/src/content/docs/getting-started/automating-scripts.mdx index a7619bc935..f785dc4e1c 100644 --- a/docs/src/content/docs/getting-started/automating-scripts.mdx +++ b/docs/src/content/docs/getting-started/automating-scripts.mdx @@ -105,11 +105,6 @@ Use the `out-trace` flag to output the trace to the summary file, `$GITHUB_STEP_ - run: npx --yes genaiscript run ... --out-trace $GITHUB_STEP_SUMMARY ``` -### Annotations - -You can use [annotations](/genaiscript/reference/scripts/annotations) to automatically annotate the -last commit with errors and warnings. - ## GitHub Pull request If your GitHub Action is triggered by a [pull request event](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request),