Skip to content

Commit

Permalink
Publishing v2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Oct 27, 2019
1 parent 25f55f5 commit 8ecc615
Show file tree
Hide file tree
Showing 21 changed files with 752 additions and 470 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function prepareEnv() {
if (process.env.GITHUB_SHA !== undefined)
env.GIT_COMMIT_SHA = process.env.GITHUB_SHA;
if (process.env.GITHUB_REF !== undefined)
env.GIT_BRANCH = process.env.GITHUB_REF;
env.GIT_BRANCH = process.env.GITHUB_REF.replace(/^refs\/head\//, ''); // Remove 'refs/head/' prefix (See https://github.com/paambaati/codeclimate-action/issues/42)
return env;
}
function run(downloadUrl = DOWNLOAD_URL, executable = EXECUTABLE, coverageCommand = DEFAULT_COVERAGE_COMMAND) {
Expand Down
193 changes: 193 additions & 0 deletions node_modules/.yarn-integrity

Large diffs are not rendered by default.

235 changes: 139 additions & 96 deletions node_modules/@actions/core/README.md

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

32 changes: 16 additions & 16 deletions node_modules/@actions/core/lib/command.d.ts

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

Loading

0 comments on commit 8ecc615

Please sign in to comment.