mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
ACS-3844 Improve step naming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user