This commit is contained in:
lxk0301
2020-11-10 10:11:28 +08:00
parent 611fb957c2
commit 4a05e3afe6

View File

@ -14,6 +14,7 @@ jobs:
PAT: ${{ secrets.PAT }} #此处PAT需要申请教程详见https://www.jianshu.com/p/bb82b3ad1d11
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} # 我自己同步到gitee使用其他人可忽略
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
steps:
- uses: actions/checkout@v2
with: