Skip to content

Commit

Permalink
Merge 06efc2b into de08bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
hex0cter committed Feb 23, 2021
2 parents de08bc0 + 06efc2b commit 043a124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function fetch_config() {
owner: context.repo.owner,
repo: context.repo.repo,
path: config_path,
ref: context.payload.pull_request.base.ref, // base branch name the branch is going into
ref: context.ref,
});

const content = Buffer.from(response_body.content, response_body.encoding).toString();
Expand Down

0 comments on commit 043a124

Please sign in to comment.