Skip to content

Commit

Permalink
Update comment_on_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Mar 12, 2024
1 parent 6a9c746 commit b8499b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment_on_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
body = '${{ env.issuebody }}'
else:
iscustom = 'false'
if re.match(".*arch.*64.*release-type.*root-sol.*magisk-branch.*magisk-ver.*gapps-brand.*custom-model.*compress-format.*", body):
if re.match(".*arch.*64.*release-type.*root-sol.*magisk-branch.*magisk-ver.*compress-format.*", body):
iscustom = 'true'
else:
iscustom = 'false'
Expand Down

0 comments on commit b8499b2

Please sign in to comment.