Skip to content

Commit 3a27c74

Browse files
authored
Update .github/workflows/notify_test_workflow.yml
1 parent 71b7949 commit 3a27c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
// TODO: Should use pull_request.user and pull_request.user.repos_url?
4444
// If a different person creates a commit to another forked repo,
45-
// it would be able to detect.
45+
// it wouldn't be able to detect.
4646
const params = {
4747
owner: context.payload.pull_request.head.repo.owner.login,
4848
repo: context.payload.pull_request.head.repo.name,

0 commit comments

Comments
 (0)