Skip to content

Commit

Permalink
Update update-readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kw1knode authored Mar 18, 2024
1 parent d3c905c commit a63536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
for dir in charts/*; do
if [ -d "$dir" ]; then
chartName=$(basename "$dir")
echo "- [$chartName](https://<your-github-username>.github.io/<repo-name>/$dir)" >> CHARTS.md
echo "- [$chartName](https://pinax-network.github.io/helm-charts/$dir)" >> CHARTS.md
fi
done
- name: Update README
Expand Down

0 comments on commit a63536a

Please sign in to comment.