Skip to content

Commit 480243c

Browse files
committed
Log Sha and ref
1 parent b96db67 commit 480243c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notify_test_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
branch: context.payload.pull_request.head.ref,
5151
}
5252
53-
console.log('SHA: ' + context.payload.pull_request.head.ref)
53+
console.log('Ref: ' + context.payload.pull_request.head.ref)
54+
console.log('SHA: ' + context.payload.pull_request.head.sha)
5455
5556
// Wait 3 seconds to make sure the fork repository triggered a workflow.
5657
await new Promise(r => setTimeout(r, 3000))

0 commit comments

Comments
 (0)