We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4139203 commit ae5f7e6Copy full SHA for ae5f7e6
tasks/dbt-docs-publish-to-repo/action.yml
@@ -93,7 +93,7 @@ runs:
93
cd ..
94
for folder in ./*/; do
95
echo "checking folder $folder in file $branches_file_path"
96
- if grep -q $folder $branches_file_path; then
+ if grep -q "${folder::-1}" $branches_file_path; then
97
echo "Keeping $folder"
98
elif [ "$folder" == "./css/" ]; then
99
0 commit comments