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