From 88ff58a4c5046791f2bf217dd837f38c8384397d Mon Sep 17 00:00:00 2001 From: Sakamoto Noriaki Date: Mon, 23 Oct 2023 17:03:18 +0900 Subject: [PATCH] Fix step name --- .github/workflows/automatic-rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index bc737604..7a8cda2a 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -29,7 +29,7 @@ jobs: autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }} env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} - - name: comment PR + - name: Report the failure uses: actions/github-script@v2 if: failure() env: