Skip to content

Commit 55656cc

Browse files
authored
fix(repo): GHA context output (clerk#3813)
1 parent 7643a87 commit 55656cc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
retry-exempt-status-codes: 400,401
5757
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
5858
script: |
59+
console.dir(context);
5960
const commentCreated = new Date(context.payload.comment.created_at);
6061
6162
const pr = await github.rest.pulls.get({

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
retry-exempt-status-codes: 400,401
5050
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
5151
script: |
52+
console.dir(context);
5253
const commentCreated = new Date(context.payload.comment.created_at);
53-
// const prLastUpdated = new Date(context.comment.issue.updated_at);
5454
5555
const pr = await github.rest.pulls.get({
5656
owner: 'clerk',

0 commit comments

Comments
 (0)