We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e12b93 commit d8bd3f4Copy full SHA for d8bd3f4
.github/workflows/commenter.yaml
@@ -16,3 +16,8 @@ jobs:
16
#gh pr comment "${{ github.event.pull_request.html_url }}" --body "/ok-to-test"
17
echo "${{ github.actor }}"
18
echo "${{ github.actor_id }}"
19
+ echo "${{ github.event.pull_request.user.id }}"
20
+ echo "${{ github.event.pull_request.user.name }}"
21
+ echo "${{ github.event.pull_request.user.login }}"
22
+ echo "${{ github.event.pull_request.user.url }}"
23
+ echo "${{ github.event.pull_request.user.email }}"
0 commit comments