Skip to content

Commit 22ec1ea

Browse files
committed
Run formatter on build yaml
I guess it wants double quotes...
1 parent e0b100e commit 22ec1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
9494
with:
9595
token: ${{ secrets.GITHUB_TOKEN }}
96-
version: 'v3.19.2'
96+
version: "v3.19.2"
9797
- run: helm plugin install https://github.com/instrumenta/helm-kubeval
9898
- run: helm kubeval ci/helm-chart
9999

0 commit comments

Comments
 (0)