Skip to content

Commit

Permalink
Merge pull request #39 from testdriverai/ianjennings/sha2
Browse files Browse the repository at this point in the history
Ianjennings/sha2
  • Loading branch information
ianjennings authored Jan 21, 2025
2 parents fb32f33 + 91e26ed commit 7f6e270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34688,9 +34688,7 @@ class Config {
prTitle: createPR ? core.getInput("pr-title") : "",
prTestFilename: createPR ? core.getInput("pr-test-filename") : "",
};

console.log(github.context.payload?.pull_request)


// the values of github.context.repo.owner and github.context.repo.repo are taken from
// the environment variable GITHUB_REPOSITORY specified in "owner/repo" format and
// provided by the GitHub Action on the runtime
Expand Down
4 changes: 1 addition & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ class Config {
prTitle: createPR ? core.getInput("pr-title") : "",
prTestFilename: createPR ? core.getInput("pr-test-filename") : "",
};

console.log(github.context.payload?.pull_request)


// the values of github.context.repo.owner and github.context.repo.repo are taken from
// the environment variable GITHUB_REPOSITORY specified in "owner/repo" format and
// provided by the GitHub Action on the runtime
Expand Down

0 comments on commit 7f6e270

Please sign in to comment.