From a1e993be711924514584737c97ef1a10cef8ed33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E6=98=8E=E6=98=8E?= Date: Mon, 2 Dec 2024 18:12:57 +0800 Subject: [PATCH] Update epg.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 范明明 --- .github/workflows/epg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/epg.yml b/.github/workflows/epg.yml index 0447cc0f4..4e13b89c2 100644 --- a/.github/workflows/epg.yml +++ b/.github/workflows/epg.yml @@ -15,7 +15,7 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" git add e.xml - git commit -m "EPG Automatic Update." + git commit -m "EPG Update." - name: Push changes run: git push origin main env: