This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new bbc53fa Add missing `samples-ref` input
bbc53fa is described below
commit bbc53fa160e27f60f77cc8508229a93f7f905b26
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 17 16:03:51 2024 +0200
Add missing `samples-ref` input
---
.github/workflows/integration-test.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/integration-test.yaml
b/.github/workflows/integration-test.yaml
index ce3c85e..e731964 100644
--- a/.github/workflows/integration-test.yaml
+++ b/.github/workflows/integration-test.yaml
@@ -69,9 +69,11 @@ jobs:
with:
log4j-version: ${{ inputs.log4j-version }}
log4j-repository-url: ${{ inputs.log4j-repository-url }}
+ samples-ref: ${{ inputs.samples-ref }}
graalvm-test:
uses:
apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@main
with:
log4j-version: ${{ inputs.log4j-version }}
log4j-repository-url: ${{ inputs.log4j-repository-url }}
+ samples-ref: ${{ inputs.samples-ref }}