Skip to content

Commit

Permalink
build(release): compiled action for 1.4.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Jan 9, 2020
1 parent 4487d1b commit 7c7c0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7577,14 +7577,14 @@ function createCheckRun({ octokit, payload, startedAt }, newTweets) {
},
owner: payload.repository.owner.login,
repo: payload.repository.name,
name: "twitter-together",
name: "preview",
head_sha: payload.pull_request.head.sha,
started_at: startedAt,
completed_at: new Date().toISOString(),
status: "completed",
conclusion: allTweetsValid ? "success" : "failure",
output: {
title: `Preview: ${newTweets.length} tweet(s)`,
title: `${newTweets.length} tweet(s)`,
summary: newTweets
.map(tweet => {
const text = autoLink(tweet.text).replace(/(^|\n)/g, "$1> ");
Expand Down

0 comments on commit 7c7c0e3

Please sign in to comment.