From aa44da860686304254230e94131612a4900f3ba8 Mon Sep 17 00:00:00 2001 From: Igor Zalutski Date: Thu, 23 Nov 2023 21:06:53 +0000 Subject: [PATCH] Update github-actions-+-aws.mdx --- docs/getting-started/github-actions-+-aws.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/github-actions-+-aws.mdx b/docs/getting-started/github-actions-+-aws.mdx index de54113fa..2f09b9d91 100644 --- a/docs/getting-started/github-actions-+-aws.mdx +++ b/docs/getting-started/github-actions-+-aws.mdx @@ -23,10 +23,10 @@ projects: ``` # Create Github Actions workflow file -Place it at `.github/workflows/digger-tf.yml` +Place it at `.github/workflows/digger_workflow.yml` (name is important!) ``` -name: Digger Plan +name: Digger Workflow on: workflow_dispatch: