Skip to content

Commit

Permalink
Update weekly-updates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Oct 17, 2023
1 parent 59866a8 commit 48f1e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# The link should be added to the name. Also concatenate the labels after joining
# them with a comma.
SLACK_MESSAGE="<@here> :wave: Hi! Here are the new examples we added to Awesome NaN from our last update:\n"
SLACK_MESSAGE="<!here> :wave: Hi! Here are the new examples we added to Awesome NaN from our last update:\n"
for row in $(echo "${NEW_ELEMENTS_SLICE}" | jq -r '.[] | @base64'); do
_jq() {
Expand Down

0 comments on commit 48f1e3c

Please sign in to comment.