1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Update env

This commit is contained in:
Shidong Wang 2021-02-16 21:53:07 +08:00
parent dd0657e8fe
commit e953aa90ec

View File

@ -13,5 +13,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master
- name: Detach ${{ matrix.detachPlugin }} - name: Detach ${{ matrix.detachPlugin }}
run: | env:
.ci/detach_plugin.sh ${{ matrix.detachPlugin }} BOTSECRET: ${{ secrets.BOTSECRET }}
run: .ci/detach_plugin.sh ${{ matrix.detachPlugin }}