Skip to content

Commit 4f62154

Browse files
committed
Update project name to 'tell me color'
Changed references of the project name from 'Start Testing' and 'Tell_me_Color' to 'tell me color' in the Discord workflow and README for consistency.
1 parent 0ee5829 commit 4f62154

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/discord-notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
# You can set this up as a repository secret named DISCORD_WEBHOOK_URL
2121
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
2222
# Optional customizations:
23-
repo_name: "Start Testing" # Custom repository name
23+
repo_name: "tell me color" # Custom repository name
2424
color: "#FFFF00" # Color of the Discord embed (yellow in hexadecimal)
2525
hide_links: false # Set to true if you want to hide links
26-
message_title: "New commit in Start Testing" # Custom title without emojis
26+
message_title: "New commit in tell me color" # Custom title without emojis
2727
include_emojis: false # Disable emojis in the message
2828
message_format: "{full_name} - {message}" # Clean format with full username and message

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Tell_me_Color
1+
# tell me color
22
Give a hex value and learn the shade of the color and /or color familiy

0 commit comments

Comments
 (0)