From ab7593104a3cd308f06e81cc49f12132378530f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=99=E5=88=92?= Date: Wed, 22 Jan 2025 11:47:29 +0800 Subject: [PATCH] fix action --- .github/actions/atorch-pre-commit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/atorch-pre-commit/action.yml b/.github/actions/atorch-pre-commit/action.yml index 835e74c..c942caf 100644 --- a/.github/actions/atorch-pre-commit/action.yml +++ b/.github/actions/atorch-pre-commit/action.yml @@ -7,4 +7,4 @@ runs: args: - "/bin/bash" - "-c" -&& sh dev/scripts/pre-commit.sh" + - "sh dev/scripts/pre-commit.sh"