From 78913f718e55f420705fc0ff6f797feb0b2b37a9 Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Tue, 23 Jan 2024 09:19:20 -0500 Subject: [PATCH] typo --- .github/workflows/tofu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tofu.yml b/.github/workflows/tofu.yml index e238997ff..df6ae8b96 100644 --- a/.github/workflows/tofu.yml +++ b/.github/workflows/tofu.yml @@ -66,7 +66,7 @@ jobs: - name: OpenTofu Plan id: plan if: github.event_name == 'pull_request' - run: otfu plan -no-color -input=false + run: tofu plan -no-color -input=false env: SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }} continue-on-error: true