fix: continue-on-error: true

This commit is contained in:
chenos 2024-04-07 17:07:06 +08:00
parent adb56fbe45
commit 044da1eeda

View File

@ -37,6 +37,7 @@ jobs:
path: packages/pro-plugins path: packages/pro-plugins
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }} ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
- name: checkout pro - name: checkout pro
continue-on-error: true
run: cd packages/pro-plugins && git fetch origin ${{github.ref_name}}:${{github.ref_name}} && git checkout ${{github.ref_name}} run: cd packages/pro-plugins && git fetch origin ${{github.ref_name}}:${{github.ref_name}} && git checkout ${{github.ref_name}}
- name: rm .git - name: rm .git
run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit" run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit"