From adbca1505db3a6404e526ca943ab3a4af7ba9df2 Mon Sep 17 00:00:00 2001 From: isboyjc <214930661@qq.com> Date: Sun, 4 Aug 2024 20:26:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=F0=9F=90=9B:=20update=20unexpected=20EOF=20?= =?UTF-8?q?while=20looking=20for=20matching=20`"'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a066691b3100..34384f02f8aa 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -39,7 +39,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add . - COMMIT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ) + COMMIT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ") git commit -m "publish🚀: Fetch GitHub Trending at $COMMIT_TIME" git push env: