Skip to content

Commit bbc53fa

Browse files
committed
Add missing samples-ref input
1 parent f59424d commit bbc53fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ jobs:
6969
with:
7070
log4j-version: ${{ inputs.log4j-version }}
7171
log4j-repository-url: ${{ inputs.log4j-repository-url }}
72+
samples-ref: ${{ inputs.samples-ref }}
7273

7374
graalvm-test:
7475
uses: apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@main
7576
with:
7677
log4j-version: ${{ inputs.log4j-version }}
7778
log4j-repository-url: ${{ inputs.log4j-repository-url }}
79+
samples-ref: ${{ inputs.samples-ref }}

0 commit comments

Comments
 (0)