From 2070ef31934e5983a1d4d5534445f93164ab4720 Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Mon, 20 Mar 2023 10:45:40 -0500 Subject: [PATCH] be clearer about suggestion types --- .github/workflows/quick-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/quick-ci.yml b/.github/workflows/quick-ci.yml index 5fcd689909e..077caa7b7de 100644 --- a/.github/workflows/quick-ci.yml +++ b/.github/workflows/quick-ci.yml @@ -51,15 +51,15 @@ jobs: if: failure() with: job-id: spotless-formatting - arguments: spotlessJavaApply + arguments: spotlessApply gradle-version: wrapper - run: git diff if: failure() - - name: suggester / shellcheck + - name: suggester / spotlessApply uses: reviewdog/action-suggester@v1 if: failure() with: - tool_name: spotless + tool_name: spotlessApply - name: On failure, try to generate proto output and propose fixes uses: burrunan/gradle-cache-action@v1 if: failure() @@ -69,8 +69,8 @@ jobs: gradle-version: wrapper - run: git diff if: failure() - - name: suggester / updateProto + - name: suggester / updateProtobuf uses: reviewdog/action-suggester@v1 if: failure() with: - tool_name: spotless + tool_name: updateProtobuf