From 15e57b94a562ad00e2c22a975d206935624632ad Mon Sep 17 00:00:00 2001 From: Amanuel Engeda Date: Wed, 6 Sep 2023 15:57:38 -0700 Subject: [PATCH] Typo --- .github/workflows/e2e-upgrade.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-upgrade.yaml b/.github/workflows/e2e-upgrade.yaml index 2c23fecf5a65..2896094c244a 100644 --- a/.github/workflows/e2e-upgrade.yaml +++ b/.github/workflows/e2e-upgrade.yaml @@ -78,7 +78,7 @@ jobs: # Revert back to local action if either occurs: # 1) Get a Dockerfile that reduces the number of local steps that we run # 2) Github fixes the issue that is causing this failure - uses: aws/karpenter/.github/actions/e2e/create-cluster@@v0.27.1 + uses: aws/karpenter/.github/actions/e2e/create-cluster@v0.27.1 with: account_id: ${{ vars.ACCOUNT_ID }} role: ${{ vars.ROLE_NAME }}