Skip to content

Commit

Permalink
fix update-gradle-wrapper pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Feb 3, 2023
1 parent c0d2fc8 commit 99a3117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Gradle Wrapper
on:
schedule:
- cron: 0 2 3 * *
- cron: 0 3 3 * *
env:
JAVA_VERSION: 17
JAVA_PACKAGE: jdk
Expand Down Expand Up @@ -37,12 +37,12 @@ jobs:
name: yosql-tooling-gradle
uses: EdwarDDay/upgrade-gradle-action@v1
with:
working-directoy: yosql-tooling/yosql-tooling-gradle
working-directory: yosql-tooling/yosql-tooling-gradle
distribution-type: all
- name: yosql-examples-gradle
uses: EdwarDDay/upgrade-gradle-action@v1
with:
working-directoy: yosql-examples/yosql-examples-gradle
working-directory: yosql-examples/yosql-examples-gradle
distribution-type: all
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down

0 comments on commit 99a3117

Please sign in to comment.