Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Mar 25, 2022
1 parent f8a16ce commit a7aef2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-helm/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Helm cli install"
name: "Setup Helm"
description: "Install the helm CLI"
inputs:
helm-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-helm/setup-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
exit 1
fi

echo helm $(helm version --client --short)
echo helm $(helm version --client --short) has been installed

0 comments on commit a7aef2e

Please sign in to comment.