Skip to content

Commit

Permalink
Fix filter for modified PR files in readme-generator GH Action (bitna…
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogalegoc authored Oct 25, 2021
1 parent be5e16f commit cff2d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Prepare readme-generator-for-helm inputs
run: |
cat $HOME/files.txt | tr " " "\n" | grep values\\.yaml > raw-inputs
cat $HOME/files.txt | tr " " "\n" | grep \/values\\.yaml > raw-inputs
cat raw-inputs | sed 's/values.yaml/README.md/' >> raw-inputs
cat raw-inputs | sed 's/bitnami/charts\/bitnami/' > prepared-inputs
Expand Down

0 comments on commit cff2d4d

Please sign in to comment.