Skip to content

Commit

Permalink
Add names to Helm tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Dec 1, 2023
1 parent 6766d37 commit 1935b64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
with:
java-version: 11
distribution: "zulu"
- uses: azure/setup-helm@v3
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: 3.13.2
- name: Cache local Maven repository
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@ jobs:
with:
java-version: 11
distribution: "zulu"
- uses: azure/setup-helm@v3
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: 3.13.2
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1935b64

Please sign in to comment.