Skip to content

Commit

Permalink
build(release): compiled action for 1.3.5
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Feb 9, 2021
1 parent f321e9b commit aa61c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ async function main() {
if (remoteBranchExists) {
const q = `head:${inputs.branch} type:pr is:open repo:${process.env.GITHUB_REPOSITORY}`;
const { data } = await request("GET /search/issues", {
headers: {
authorization: `token ${process.env.GITHUB_TOKEN}`,
},
q,
});

Expand Down

0 comments on commit aa61c5c

Please sign in to comment.