diff --git a/.github/actions/publish-report/action.yml b/.github/actions/publish-report/action.yml index 6e40411..3b881df 100644 --- a/.github/actions/publish-report/action.yml +++ b/.github/actions/publish-report/action.yml @@ -27,9 +27,10 @@ runs: - name: Publish Test Report uses: dorny/test-reporter@v3 with: - token: ${{ inputs.token }} name: ${{ inputs.report-name }} path: "*" reporter: java-junit only-summary: true working-directory: "junit-short" + use-actions-summary: true + token: ${{ inputs.token }} diff --git a/.github/actions/setup-java-maven/action.yml b/.github/actions/setup-java-maven/action.yml index c631b23..cb037ba 100644 --- a/.github/actions/setup-java-maven/action.yml +++ b/.github/actions/setup-java-maven/action.yml @@ -1,6 +1,6 @@ name: "Setup Maven with GitHub Packages" -description: "Sets up JDK, caches Maven dependencies, and configures GitHub Packages for Maven repositories." +description: "Sets up JDK and caches Maven dependencies." inputs: java-version: