Skip to content

Commit

Permalink
ahora con issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guada8a committed Jul 28, 2024
1 parent aecfd5b commit 905db72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/notificarDiscord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
JSON_PAYLOAD=$(cat <<EOF
{
"embeds": [{
"title": "**Repositorio:**",
"description": "**$REPO_NAME**",
"title": "**$REPO_NAME**",
"url": "$COMMIT_URL",
"color": $BRANCH_COLOR,
"fields": [
Expand All @@ -60,7 +59,7 @@ jobs:
},
{
"name": ":bust_in_silhouette: Autor",
"value": "$AUTHOR",
"value": "\`$AUTHOR\`",
"inline": true
}
$ISSUE_FIELD
Expand Down

0 comments on commit 905db72

Please sign in to comment.