ci: fix outputs type

过程中的使用 string。奇怪啊,之前测试过的,今天点的时候发现不行了
This commit is contained in:
xrkffgg 2021-01-07 13:25:33 +08:00 committed by GitHub
parent 3fbe13ae86
commit f86581b0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
title-includes: '官网,网站,国内,镜像,mobile ant design,mobile.ant.design,ant design,ant.design,pro/挂了,无法访问,不能访问,访问不了,出问题,打不开,登不上,can not open,can not be reached'
- name: deal-website
if: steps.checkid.outputs.check-result == true
if: steps.checkid.outputs.check-result == 'true'
uses: actions-cool/issues-helper@v1.2
with:
actions: 'create-comment,close-issue'