diff --git a/.github/actions/setup-build-tools/action.yml b/.github/actions/setup-build-tools/action.yml index 75f5ae5c0..b86b4a455 100644 --- a/.github/actions/setup-build-tools/action.yml +++ b/.github/actions/setup-build-tools/action.yml @@ -22,7 +22,7 @@ runs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - name: "Clean cache" + - name: "Clean Maven cache" run: | [[ ! -z "${{ inputs.cache-cleanup-script }}" ]] && bash ${{ inputs.cache-cleanup-script }} shell: bash