From 51816dd49abbc8f54e7b006f393968a9019c7b56 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 4 Jun 2024 16:19:01 +0000 Subject: [PATCH] remove annotation note --- docs/src/content/docs/getting-started/automating-scripts.mdx | 5 ----- 1 file changed, 5 deletions(-) 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),