Skip to content

Commit

Permalink
Why is the SHA wrong?!
Browse files Browse the repository at this point in the history
  • Loading branch information
domaspoliakas committed Jul 31, 2023
1 parent 2478f9a commit 89f186e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ jobs:
var minor = Number(parsedVersion[1])
var patch = Number(parsedVersion[2])
console.log(context)
const prResponse = await github.rest.repos.listPullRequestsAssociatedWithCommit({
// owner: context.repo.owner,
owner: "precog",
Expand Down
2 changes: 2 additions & 0 deletions core/src/main/scala/precog/SbtPrecogBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ abstract class SbtPrecogBase extends AutoPlugin {
| var minor = Number(parsedVersion[1])
| var patch = Number(parsedVersion[2])
|
| console.log(context)
|
| const prResponse = await github.rest.repos.listPullRequestsAssociatedWithCommit({
| // owner: context.repo.owner,
| owner: "precog",
Expand Down

0 comments on commit 89f186e

Please sign in to comment.