Browse Source

ci: update result

pull/34608/head
xrkffgg 3 years ago
committed by GitHub
parent
commit
89e9819c75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/issue-open-check.yml

2
.github/workflows/issue-open-check.yml

@ -15,7 +15,7 @@ jobs:
check-bot: true
- name: check invalid
if: (contains(github.event.issue.body, 'ant-design-issue-helper') == false) && (steps.checkUser.outputs.result == 'false')
if: (contains(github.event.issue.body, 'ant-design-issue-helper') == false) && (steps.checkUser.outputs.check-result == 'false')
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment,add-labels,close-issue'

Loading…
Cancel
Save