Moritz G.
Results
2
comments of
Moritz G.
Ran into this Problem today. Would be really nice if this pull request would be accepted
Sorry my full build.yml is: ```yml name: Reusable build workflow on: workflow_call jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: java-version:...