From 0f94d2fb736f629eeb0cf75e0b0cc430634b9972 Mon Sep 17 00:00:00 2001 From: HirotaZX <55805734+HirotaZX@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:04:16 +0800 Subject: [PATCH] Fix ci trigger ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7a6ca5..8bcb2e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add . - git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }})" + git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }}) [skip ci]" - name: Push plugin dist uses: ad-m/github-push-action@master