Skip to content

Commit

Permalink
build(release): compiled action for 1.3.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 d85ea2f commit aeaaaab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17432,7 +17432,7 @@ async function getNewTweets({ octokit, toolkit, payload }) {
});

toolkit.info(`New tweets found: ${newTweets.length}`);
return newTweets
return newTweets;
}


Expand Down Expand Up @@ -36752,7 +36752,8 @@ async function handlePullRequest(state) {
});

const newTweets = await getNewTweets(state);
await createCheckRun(state, newTweets);
const response = await createCheckRun(state, newTweets);
toolkit.info(`check run created: ${response.data.html_url}`);
}


Expand Down

0 comments on commit aeaaaab

Please sign in to comment.