diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 88d679f..f8b492a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -49,6 +49,9 @@ jobs: name: upload offline download and classes.js path: javascript/ + - name: Write changes to repository + uses: stefanzweifel/git-auto-commit-action@v4 + # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.