Skip to content

Commit e60c88b

Browse files
authored
Update PR builder hazelcast membership message (#1258)
The job checks against `github.actor` but logs against `github.event.pull_request.head.repo.owner.login` which aren't the same (e.g. in a non-fork PR) which would really confuse debugging. We should log what we query. Added in #1173
1 parent 5c43c68 commit e60c88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Report
6464
shell: bash
65-
run: echo "User ${{ github.event.pull_request.head.repo.owner.login }} is a member of the Hazelcast organization"
65+
run: echo "User ${{ github.actor }} is a member of the Hazelcast organization"
6666

6767

6868
# get

0 commit comments

Comments
 (0)