We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c74101 commit 46997a8Copy full SHA for 46997a8
1 file changed
.github/workflows/templates-dyff.yml
@@ -89,7 +89,7 @@ jobs:
89
continue
90
fi
91
92
- templates_files=$(find "$RUNNER_TEMP/old" "$RUNNER_TEMP/new" -maxdepth 2 -name '*.yaml' | grep "$values_dir" | sed -E 's|'"$RUNNER_TEMP"'/(old\|new)/||' | sort | uniq)
+ templates_files=$(find "$RUNNER_TEMP/old" "$RUNNER_TEMP/new" -maxdepth 2 -name '*.yaml' | grep "/$values_dir/" | sed -E 's|'"$RUNNER_TEMP"'/(old\|new)/||' | sort | uniq)
93
comment_templates_body=""
94
values_file_suffix=""
95
on_both_branches="true"
0 commit comments