Skip to content

Commit

Permalink
ci: add try to ensure it continues
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Oct 16, 2022
1 parent 59d20d1 commit 8c4d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/assets/tweet-release.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ auth_as(auth)
post_tweet(status = paste("🤖", tweet_body))
reply_id <- get_my_timeline()[["id_str"]][1]
for (item in items) {
post_tweet(paste("🤖", item), in_reply_to_status_id = reply_id)
try(post_tweet(paste("🤖", item), in_reply_to_status_id = reply_id), silent = TRUE)
}

0 comments on commit 8c4d5ca

Please sign in to comment.