Better information extraction from x509 command #20

Merged
MarkL4YG merged 22 commits from wip/38c3 into main 2025-04-21 10:16:27 +00:00
Showing only changes of commit 995ed5f8a2 - Show all commits

View file

@ -28,5 +28,3 @@ jobs:
- uses: https://github.com/gradle/actions/setup-gradle@v4 - uses: https://github.com/gradle/actions/setup-gradle@v4
- name: Build gradle project - name: Build gradle project
run: ./gradlew build run: ./gradlew build
env:
ORG_GRADLE_PROJECT_SPRING_DEBUG: ${{ fromJSON(steps.pr-env.outputs.result).SPRING_DEBUG }}