Skip to content

Commit

Permalink
Remove pr from options
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Feb 29, 2020
1 parent 60cdd73 commit 6a40e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ async function main() {

const options = {
repository: `${context.repo.owner}/${context.repo.repo}`,
pr: event.pull_request.number,
commit: event.after,
prefix: `${process.env.GITHUB_WORKSPACE}/`,
}
Expand Down
1 change: 0 additions & 1 deletion src/tabulate_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ test("tabulate should generate a correct table", function () {
const options = {
repository: 'example/foo',
commit: '2e15bee6fe0df5003389aa5ec894ec0fea2d874a',
pr: 42,
prefix: '/files/project/',
}

Expand Down

0 comments on commit 6a40e64

Please sign in to comment.