修复环境问题

pull/1/head
PJ568 10 months ago
parent fe8dbddef2
commit 67a9bc2c88

@ -22,7 +22,7 @@ jobs:
echo '创建 tmp/' echo '创建 tmp/'
mkdir /home/runner/tmp mkdir /home/runner/tmp
echo '克隆 keystore' echo '克隆 keystore'
git clone https://$TOKEN@$REPO -b key /home/runner/tmp/key git clone https://$GH_TOKEN@$REPO -b key /home/runner/tmp/key
- name: checkout - name: checkout
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0

Loading…
Cancel
Save