We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441a9b0 commit 1e37c3fCopy full SHA for 1e37c3f
.github/actions/de-configure-gradle/action.yml
@@ -1,5 +1,5 @@
1
-name: De-configure Gradle
2
-description: De-configures Gradle for use in CI
+name: Restore Gradle
+description: Restores Gradle configuration to its original state
3
inputs:
4
working-directory:
5
description: The directory in which to run the action
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: composite
10
steps:
11
- - name: De-configure custom Gradle distribution URL
+ - name: Restore Gradle distribution URL
12
shell: bash
13
run: |
14
cd ${{ inputs.working-directory }}
0 commit comments