ACS-3844 Improve step naming

This commit is contained in:
Domenico Sibilio
2022-11-25 11:05:45 +01:00
parent c9ac83fc61
commit 4f0789a686
+1 -1
View File
@@ -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