Skip to content

Commit

Permalink
ct rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Oct 4, 2023
1 parent 0570f2a commit 50dff80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-chart-testing/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ runs:
steps:
- name: Download plugin
shell: bash
run: curl -fsSL ${{ inputs.url }}/releases/download/v${{ inputs.version }}/chart-testing_${{ inputs.version }}_linux_amd64.tar.gz
run: >
curl -fsSL ${{ inputs.url }}/releases/download/v${{ inputs.version }}/chart-testing_${{ inputs.version }}_linux_amd64.tar.gz |
tar -C /usr/local/bin -xz ct

0 comments on commit 50dff80

Please sign in to comment.