Update update_ios_task.yml

This commit is contained in:
LXK9301
2021-01-22 20:22:02 +08:00
committed by GitHub
parent 893c7d72ce
commit c21c8a9c63

View File

@ -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: