Skip to content

Commit 0996515

Browse files
committed
debugging
1 parent 878398b commit 0996515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-configuration-reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
CURRENT_DIR=$(pwd)
5555
for item in "debug:DebugBundle" "doctrine:DoctrineBundle" "framework:FrameworkBundle" "security:SecurityBundle" "twig:TwiBundle" "web_profiler:WebProfilerBundle"
56+
echo "Item: $item"
5657
FILE=$(echo $item | cut -d ":" -f1)
5758
BUNDLE=$(echo $item | cut -d ":" -f2)
5859

0 commit comments

Comments
 (0)