Skip to content

Commit

Permalink
Remove fallback value for checkoutSubmodules input
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Aug 12, 2024
1 parent 4b8b91d commit 69ed6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aks-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ on:
required: false
type: string
description: "Check out submodules"
default: ${{ vars.GIT_CHECKOUT_SUBMODULES || false }}
default: ${{ vars.GIT_CHECKOUT_SUBMODULES }}
secrets:
azureClusterName:
required: true
Expand Down

0 comments on commit 69ed6a5

Please sign in to comment.