Skip to content

Commit

Permalink
Merge pull request #9 from ulises-jeremias/ulises-jeremias-patch-1
Browse files Browse the repository at this point in the history
Update weekly-updates.yml to tag everyone in the channel
  • Loading branch information
AgusPk authored Oct 17, 2023
2 parents 59866a8 + 48f1e3c commit 1055da2
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 1055da2

Please sign in to comment.