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-transform.git
The following commit(s) were added to refs/heads/main by this push:
new c8e6909 Second attempts to set env variable
c8e6909 is described below
commit c8e690930f625ea6657cbeb8cf6b554ce83c12da
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Feb 4 12:29:18 2023 +0100
Second attempts to set env variable
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 842f9e6..f744557 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
- name: Build
shell: bash
env:
- JAVA_HOME: $JAVA_HOME_11_X64
+ JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
run: |
./mvnw \
--show-version --batch-mode --errors --no-transfer-progress \
@@ -81,7 +81,7 @@ jobs:
- name: Report build reproducibility
shell: bash
env:
- JAVA_HOME: $JAVA_HOME_11_X64
+ JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
run: |
./mvnw \
--show-version --batch-mode --errors --no-transfer-progress \