mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix issue warinfo
This commit is contained in:
parent
7ddf9cbcec
commit
144499a8c9
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
pass
|
||||
|
||||
if iscustom == 'false':
|
||||
if issuebody.find('ENV') >= 0:
|
||||
if issuebody.find('DMI') < 0 and issuebody.find('CPU') < 0 and issuebody.find('NIC') < 0:
|
||||
warinfo = 'true'
|
||||
|
||||
set_output("iscustom", iscustom)
|
||||
|
Loading…
x
Reference in New Issue
Block a user