Skip to content

Commit b7b5fe1

Browse files
author
Steve Riesenberg
committed
Update owner in README.md
1 parent 05727f4 commit b7b5fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Accepts the following inputs:
1616

1717
```yaml
1818
- name: Spring Gradle Build Action
19-
uses: sjohnr/spring-gradle-build-action@v1
19+
uses: spring-io/spring-gradle-build-action@v1
2020
with:
2121
java-version: '17'
2222
distribution: 'temurin'
@@ -26,7 +26,7 @@ Accepts the following inputs:
2626
2727
```yaml
2828
- uses: actions/checkout@v2
29-
- uses: sjohnr/spring-gradle-build-action@v1
29+
- uses: spring-io/spring-gradle-build-action@v1
3030
- name: Run tests
3131
run: ./gradlew test
3232
```

0 commit comments

Comments
 (0)