Skip to content

Commit 00fc690

Browse files
wip
1 parent a8199b1 commit 00fc690

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-robot-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
repo: context.repo.repo,
4444
workflow_id: 'pull-request.yml',
4545
event: 'pull_request',
46-
head_sha: context.payload.pull_request.head.sha,
46+
head_sha: context.sha,
47+
status: 'completed',
4748
});
4849
const run = runs.data.workflow_runs[0];
4950
if (run) {

0 commit comments

Comments
 (0)