From 9ab642c771c5f82591a2206e38e7a6eae700e43b Mon Sep 17 00:00:00 2001 From: Benbentwo <14911525+Benbentwo@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:34:55 +0000 Subject: [PATCH] (github actions) generated latest snippets --- examples/snippets/stacks/workflows/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/snippets/stacks/workflows/README.md b/examples/snippets/stacks/workflows/README.md index f498d78da..fc8bc1906 100644 --- a/examples/snippets/stacks/workflows/README.md +++ b/examples/snippets/stacks/workflows/README.md @@ -32,7 +32,7 @@ Use `atmos workflow init -f {{ filename }}` to run any commands required before Example ``` -atmos workflow init -f spacelift +atmos workflow init -f baseline ``` ### `deploy` @@ -59,7 +59,7 @@ Workflow in order. For example, ``` -atmos workflow all -f spacelift +atmos workflow all -f baseline ```