We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96db67 commit 480243cCopy full SHA for 480243c
.github/workflows/notify_test_workflow.yml
@@ -50,7 +50,8 @@ jobs:
50
branch: context.payload.pull_request.head.ref,
51
}
52
53
- console.log('SHA: ' + context.payload.pull_request.head.ref)
+ console.log('Ref: ' + context.payload.pull_request.head.ref)
54
+ console.log('SHA: ' + context.payload.pull_request.head.sha)
55
56
// Wait 3 seconds to make sure the fork repository triggered a workflow.
57
await new Promise(r => setTimeout(r, 3000))
0 commit comments