We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e15f70 commit 59d6292Copy full SHA for 59d6292
.github/workflows/checklistMarkdownToPDF.yml
@@ -30,7 +30,7 @@ jobs:
30
ALL_CHANGED_FILES: ${{ steps.get-dirs.outputs.all_changed_files }}
31
run: |
32
# Obtain changed tier directories and format into array
33
- DIRS=$(echo "$ALL_CHANGED_FILES" | grep -oE 'tier[^ ]*' | sed 's/^/"/; s/$/"/' | paste -sd, -)
+ DIRS=$(echo "$ALL_CHANGED_FILES" | grep -oE 'tier[^ /]*' | sed 's/^/"/; s/$/"/' | paste -sd, -)
34
35
# Output the array
36
TIER_DIRS="[$DIRS]"
0 commit comments