Skip to content

Commit

Permalink
fix: Upgrade-test create-cluster typo (#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Sep 6, 2023
1 parent 49a6fa5 commit b180d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b180d2d

Please sign in to comment.