From 87cab43fd718063ac6819949ec448d7d7a0818f2 Mon Sep 17 00:00:00 2001 From: puutaro Date: Tue, 2 Jul 2024 11:40:13 +0900 Subject: [PATCH] add commit system to wk --- .github/workflows/auto_gen_md.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto_gen_md.yml b/.github/workflows/auto_gen_md.yml index 1a1a1bf76..47b8b69fe 100644 --- a/.github/workflows/auto_gen_md.yml +++ b/.github/workflows/auto_gen_md.yml @@ -20,9 +20,6 @@ jobs: - name: update color md run: | bash ".github/workflows/shell/gen_color_icon_md.sh" - # - name: Update fannel list - # run: | - # bash "manage/fannels/update_fannel_list.sh" - # - name: Auto Commit - # uses: stefanzweifel/git-auto-commit-action@v5 + - name: Auto Commit + uses: stefanzweifel/git-auto-commit-action@v5