Polish GHA input and output handling

This commit is contained in:
Andy Wilkinson
2024-04-15 17:16:03 +01:00
parent 19714c9e08
commit a4231abb0a
3 changed files with 7 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ jobs:
- name: Check Out Code
uses: actions/checkout@v4
- name: Build
id: build
uses: ./.github/actions/build
with:
java-version: ${{ matrix.java.version }}