Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Apr 10, 2023
1 parent 62105d6 commit 37bed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: Add Repository
shell: bash
run: |
helm repository add {{inputs.release}} {{inputs.repository}}
helm repo add {{inputs.release}} {{inputs.repository}}
- name: Install Chart
shell: bash
run: |
Expand Down

0 comments on commit 37bed2a

Please sign in to comment.