Skip to content

Commit 1e37c3f

Browse files
committed
misc: use 'restore' rather than 'de-configure'
1 parent 441a9b0 commit 1e37c3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/de-configure-gradle/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: De-configure Gradle
2-
description: De-configures Gradle for use in CI
1+
name: Restore Gradle
2+
description: Restores Gradle configuration to its original state
33
inputs:
44
working-directory:
55
description: The directory in which to run the action
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11-
- name: De-configure custom Gradle distribution URL
11+
- name: Restore Gradle distribution URL
1212
shell: bash
1313
run: |
1414
cd ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)