From 95331cd305e04baab22f25284bdaeedbf88514f6 Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Tue, 7 Jun 2022 19:00:17 +0900 Subject: [PATCH] Clarify GHA step name for `rake annotate` Previously, when the step is failed, a developer needs to find how to fix the error from the action definition. By this change, the developer can find the rake task more easily. --- .github/workflows/comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comments.yml b/.github/workflows/comments.yml index bc967eaac..a0802b47a 100644 --- a/.github/workflows/comments.yml +++ b/.github/workflows/comments.yml @@ -29,6 +29,6 @@ jobs: - name: bin/setup run: | bin/setup - - name: Run test + - name: Check if `rake annotate` has been executed run: | bundle exec rake annotate confirm_annotation