Skip to content

Commit 4f455ac

Browse files
committed
Fix arguments of gradle/actions/dependency-submission@v5
1 parent 4c815c2 commit 4f455ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: gradle/actions/dependency-submission@v5
1616
with:
1717
build-scan-publish: true
18-
build-scan-terms-of-service-url: "https://gradle.com/terms-of-service"
19-
build-scan-terms-of-service-agree: "yes"
18+
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
19+
build-scan-terms-of-use-agree: "yes"

0 commit comments

Comments
 (0)