From 91629f39c88ea427231be8ef36c10f8cc80b607a Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 11 Jan 2023 11:43:09 +0800 Subject: [PATCH] Remove not needed post-if Signed-off-by: Xuanwo --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 212da05..a18b18a 100644 --- a/action.yml +++ b/action.yml @@ -10,8 +10,6 @@ runs: using: "node16" main: "dist/setup/index.js" post: "dist/show_stats/index.js" - # windows can't run `--show-stats` while server is running. - post-if: runner.os != 'windows' branding: icon: "star" color: "orange"