Skip to content

Commit 2de0164

Browse files
committed
add debug info to workflow
1 parent 8465e8a commit 2de0164

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ jobs:
7575
name: esapi-lex-${{ matrix.lucee.version }}
7676
path: target/*.lex
7777

78+
- name: Debug Matrix Values
79+
run: |
80+
echo "Lucee Version: ${{ matrix.lucee.version }}"
81+
echo "Lucee Query: ${{ matrix.lucee.query }}"
82+
echo "Lucee Branch: '${{ matrix.lucee.branch }}'"
83+
7884
- name: Checkout Lucee
7985
uses: actions/checkout@v4
8086
with:

0 commit comments

Comments
 (0)