Skip to content

Commit

Permalink
debug 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
ibakshay committed Jul 20, 2022
1 parent 4601203 commit 60a7215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion lib/main.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import * as input from './shared/getInputs'
export async function run() {
try {
core.info(`CLA Assistant GitHub Action bot has started the process`)

console.log(JSON.stringify(context, null, 4))

/*
* using a `string` true or false purposely as github action input cannot have a boolean value
Expand Down
4 changes: 2 additions & 2 deletions src/setupClaCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function setupClaCheck() {

let committerMap = getInitialCommittersMap()
if (!isPersonalAccessTokenPresent()) {
core.setFailed('Please enter a personal access token as a environment variable in the CLA workflow file as described in the https://github.com/cla-assistant/github-action documentation')
core.setFailed('Please enter a personal access token as a environment variable in the CLA workflow file as described in the https://github.com/contributor-assistant/github-action documentation')
return
}

Expand Down Expand Up @@ -104,4 +104,4 @@ const getInitialCommittersMap = (): CommitterMap => ({
signed: [],
notSigned: [],
unknown: []
})
})

0 comments on commit 60a7215

Please sign in to comment.