Skip to content

Commit

Permalink
Update details of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Aug 26, 2023
1 parent 02bc107 commit 765cd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
-d '{
"content": "New push in the repository.",
"username": "GitHub",
"avatar_url": "https://example.com/avatar.png",
"avatar_url": "https://github.com/favicon.ico",
"embeds": [
{
"title": "Git Push Details",
"description": "Repo: ${{ github.repository }}\nOperator: ${{ github.actor }}\nTime: ${{ steps.current_time.outputs.time }}\nGit Commit Hash: ${{ github.sha }}\nContent: ${{ steps.commit.outputs.message }}",
"description": "Repo: ${{ github.repository }}\nOperator: ${{ github.actor }}\nTime: ${{ steps.current_time.outputs.time }}\nGit Commit Hash: [${{ github.sha }}](${{ github.event.compare }})\nContent: ${{ steps.commit.outputs.message }}",
"color": 16777215
}
]
Expand Down

0 comments on commit 765cd20

Please sign in to comment.