From 8de4be516879302afce542ac80a6a43ced807759 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Tue, 24 Oct 2023 02:37:14 +0900 Subject: [PATCH] Fix CI failing (#3957) * Fix CI failing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * docs: update CHANGES.md * docs: fix changelog location to unreleased --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGES.md | 2 ++ action.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 89837c8f545..7e1ed79cd48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,6 +46,8 @@ - The summary output for GitHub workflows is now suppressible using the `summary` parameter. (#3958) +- Fix the action failing when Black check doesn't pass (#3957) + ### Documentation