Skip to content

Commit

Permalink
mentira esta es #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guada8a committed Mar 2, 2024
1 parent f4b7500 commit 483b8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notificar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
ISSUE_TEXT=""
if [[ $COMMIT_MESSAGE =~ \#([0-9]+) ]]; then
ISSUE_NUMBER="${BASH_REMATCH[1]}"
ISSUE_TEXT="<font color=\"#00FF00\"><b>issue #$ISSUE_NUMBER</b></font>"
ISSUE_TEXT="<font color='#00FF00'><b>issue #$ISSUE_NUMBER</b></font>"
fi
MESSAGE="<b><font color=\"#0000FF\">$AUTHOR</font></b> subió cambios en $ISSUE_TEXT en la rama <b>$BRANCH</b>"
MESSAGE="<b><font color='#0000FF'>$AUTHOR</font></b> subió cambios en el $ISSUE_TEXT en la rama <b>$BRANCH</b>"
curl -X POST -H 'Content-Type: application/json' -d '{
"cards": [
Expand Down

0 comments on commit 483b8c3

Please sign in to comment.