Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
yes, im done again for now. cope
  • Loading branch information
Clara K authored Apr 18, 2024
1 parent baa183c commit 931aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_data/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
max_length_reached = True
is_building = "--nobuild" in commit['message']

desc+= f"\nNobuild flag active: {is_building}"
desc+= f"\n\n*Nobuild flag active: {is_building}*"
url = event["compare"]
color = 16723712 if event["forced"] else 3669797

Expand Down

1 comment on commit 931aa91

@ilhanabou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

max_length_reached = True
is_building = "--nobuild" in commit['message']

        desc+= f"\nNobuild flag active: {is_building}"
        desc+= f"\n\n*Nobuild flag active: {is_building}*"
        url = event["compare"]
        color = 16723712 if event["forced"] else 36697

Please sign in to comment.