mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Fix README
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
eabf8f4ea7
commit
b1eb08b764
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ If any are found that do not match the SHA-256 checksums of our official release
|
|||
Simply add this action to your workflow **after** having checked out your source tree and **before** running any Gradle build:
|
||||
|
||||
```yaml
|
||||
uses: gradle/wrapper-validation-action@releases/v1
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
```
|
||||
|
||||
Here's a sample complete workflow you can add to your repositories:
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gradle/wrapper-validation-action@releases/v1
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
```
|
||||
|
||||
## Reporting Failures
|
||||
|
|
Loading…
Reference in a new issue