diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index 68202c5..871abec 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -48,7 +48,7 @@ jobs: - name: Apply OpenRewrite best practices uses: gradle/actions/setup-gradle@v3 with: - arguments: ${{ env.GRADLE_SWITCHES }} licenseFormat rewriteRun -Drewrite.activeRecipe=org.openrewrite.recipes.OpenRewriteBestPractices + arguments: ${{ env.GRADLE_SWITCHES }} rewriteRun -Drewrite.activeRecipe=org.openrewrite.recipes.OpenRewriteBestPractices # Capture the diff - name: Create patch