From 76bb54aaface023e06492466b9de2b125730ed30 Mon Sep 17 00:00:00 2001 From: Weston Platter <492603+westonplatter@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:55:52 -0700 Subject: [PATCH] docs: update version -> atmos-version (#99) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a29a04..780ca62 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ steps: - name: Setup atmos uses: cloudposse/github-action-setup-atmos@v2 with: - version: 0.15.0 + atmos-version: 0.15.0 ```` The wrapper script installation can be skipped by setting the `install-wrapper` input to `false`: