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 3993707 commit cec9eaa
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 @@ -50,7 +50,7 @@ runs:
- name: Add Repository
shell: bash
run: |
helm repo add {{inputs.release}} {{inputs.repository}}
helm repo add ${{inputs.release}} ${{inputs.repository}}
- name: Install Chart
shell: bash
run: |
Expand Down

0 comments on commit cec9eaa

Please sign in to comment.