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 05727f4 commit b7b5fe1Copy full SHA for b7b5fe1
README.md
@@ -16,7 +16,7 @@ Accepts the following inputs:
16
17
```yaml
18
- name: Spring Gradle Build Action
19
- uses: sjohnr/spring-gradle-build-action@v1
+ uses: spring-io/spring-gradle-build-action@v1
20
with:
21
java-version: '17'
22
distribution: 'temurin'
@@ -26,7 +26,7 @@ Accepts the following inputs:
26
27
28
- uses: actions/checkout@v2
29
-- uses: sjohnr/spring-gradle-build-action@v1
+- uses: spring-io/spring-gradle-build-action@v1
30
- name: Run tests
31
run: ./gradlew test
32
```
0 commit comments