From 862adfbc95617ac2d539de4214a4b08603bc1a94 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Fri, 26 Jul 2024 03:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/delete_old_runs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/delete_old_runs.yml b/.github/workflows/delete_old_runs.yml index 6114063..ec421d6 100644 --- a/.github/workflows/delete_old_runs.yml +++ b/.github/workflows/delete_old_runs.yml @@ -64,7 +64,6 @@ jobs: export BEIJING_TIME="$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S:%3N')" echo "BEIJING_TIME=$BEIJING_TIME" >> $GITHUB_OUTPUT - # 如果 hour_count 为空,则设置为 168 if [[ -z "${{ github.event.inputs.hour_count }}" ]]; then # 设置步骤输出的 hour_count 为 168