diff --git a/.github/workflows/update_ios_task.yml b/.github/workflows/update_ios_task.yml index 9c10234f..e9fd2094 100644 --- a/.github/workflows/update_ios_task.yml +++ b/.github/workflows/update_ios_task.yml @@ -27,7 +27,7 @@ jobs: git config --global user.email ${{ secrets.EMAIL }} git config --global user.name lxk0301 git add . - git commit -m "更新iOS端3大订阅软件订阅配置 by lxk0301 Github Action" -a || echo "Nothing to update" + git commit -m "更新iOS端3大软件订阅配置 by lxk0301 Github Action" -a || echo "Nothing to update" - name: Push changes uses: ad-m/github-push-action@master with: