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
6e1bed8ba2
commit
9170de389b
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if iscustom == 'false':
|
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'
|
warinfo = 'true'
|
||||||
|
|
||||||
set_output("iscustom", iscustom)
|
set_output("iscustom", iscustom)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user