Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Jul 16, 2024
1 parent 6c10016 commit 14dd620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
PULL_REQ_URL: ${{ github.event.pull_request.url }}
PULL_REQ_TITLE: ${{ github.event.pull_request.title }}
PULL_REQ_BODY: ${{ github.event.pull_request.body }}
# PULL_REQ_BODY: ${{ github.event.pull_request.body }}
run: |
PR_COMMIT_PARITY_OUTPUT=$(node tools/pr-commit-parity.js)
echo "PR_COMMIT_PARITY_OUTPUT=$PR_COMMIT_PARITY_OUTPUT" >> "$GITHUB_OUTPUT"
Expand Down
4 changes: 2 additions & 2 deletions tools/pr-commit-parity.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// const pullReqTitle = process.env.PULL_REQ_TITLE;
// const pullReqBody = process.env.PULL_REQ_BODY;
// const githubApiCommitIdsRef = pullReqBody + "/commits";
console.log(process.env.PULL_REQ_URL);
console.log(process.env.PULL_REQ_TITLE);
// console.log(process.env.PULL_REQ_URL);
// console.log(process.env.PULL_REQ_TITLE);
// console.log(githubApiCommitIdsRef);
// const res = await getCommitMessageStringArray(githubApiCommitIdsRef);
// console.log(JSON.stringify(res));

0 comments on commit 14dd620

Please sign in to comment.