Skip to content

Commit

Permalink
Make it a bit fancier (#1555)
Browse files Browse the repository at this point in the history
* Please for the love of god work now

* Remove unused import

* I think I got it now

* Make it a bit fancier

---------

Co-authored-by: DoJapHD <[email protected]>
Co-authored-by: DoJapHD <[email protected]>
  • Loading branch information
3 people authored Dec 26, 2024
1 parent 40fda0e commit f9d8532
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/validate-manifest/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ def main():
if error != '':
post_comment(error)
if comment != '':
temp_comment = comment
comment = '*Just as an information*:\n\n'
comment += temp_comment
post_comment(comment, 'comments')

if error != '':
Expand Down Expand Up @@ -256,7 +259,7 @@ def check_server_online_state(ip: str, wildcards: list):
if not response['online']:
post_comment(f'*Just as an information*:\nYour server {ip} **could be offline**.\n {offline_text}', 'comments')

wildcard_string = '*Just as an information*:\n'
wildcard_string = '*Just as an information regarding your wildcards*:\n'
wildcard_comment = False
for wildcard in wildcards:
print(f'Checking wildcard "{wildcard}"')
Expand Down

0 comments on commit f9d8532

Please sign in to comment.