From d3f4c7ee448ea75deaeb82f5d78ef7a2d5f045b2 Mon Sep 17 00:00:00 2001 From: Linloir <3145078758@qq.com> Date: Wed, 9 Oct 2024 23:13:12 +0800 Subject: [PATCH] fix: syntax err in workflow --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a157e76..71329cc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Copy new files run: cp -r ../pages/* . - name: Commit and Push back Changes - use: https://github.com/stefanzweifel/git-auto-commit-action@v5 + uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Auto deploy pages" commit_user_name: "Gitea-Actions[bot]"