We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8199b1 commit 00fc690Copy full SHA for 00fc690
1 file changed
.github/workflows/test-robot-label.yml
@@ -43,7 +43,8 @@ jobs:
43
repo: context.repo.repo,
44
workflow_id: 'pull-request.yml',
45
event: 'pull_request',
46
- head_sha: context.payload.pull_request.head.sha,
+ head_sha: context.sha,
47
+ status: 'completed',
48
});
49
const run = runs.data.workflow_runs[0];
50
if (run) {
0 commit comments