Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Jul 1, 2024
1 parent 9e5e140 commit 0c7b196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
with:
build-scan-publish: true
build-scan-terms-of-service-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-service-agree: "yes
build-scan-terms-of-service-url: 'https://gradle.com/terms-of-service'
build-scan-terms-of-service-agree: 'yes'

- name: Test
run: ./gradlew test
Expand Down

0 comments on commit 0c7b196

Please sign in to comment.