Skip to content

Commit

Permalink
Actions: Tab vs Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Feb 16, 2024
1 parent 0ca0cd3 commit 6511736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Resolve Helm Dependencies
run: |
for dir in $(ls -d charts/*/); do
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
done
Expand Down

0 comments on commit 6511736

Please sign in to comment.