mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Refine README
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
b1a1876368
commit
801dc6b278
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ If any are found that do not match the SHA-256 checksums of our official release
|
|||
|
||||
## Usage
|
||||
|
||||
Simply add this action to your workflow **before** running any Gradle build:
|
||||
Simply add this action to your workflow **after** having checked out your source tree and **before** running any Gradle build:
|
||||
|
||||
```yaml
|
||||
uses: eskatos/gradle-wrapper-check@releases/v1
|
||||
|
|
Loading…
Reference in a new issue