More
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
This commit is contained in:
@ -36,5 +36,9 @@ jobs:
|
||||
run: echo "${{ github.event.pull_request.head_commit.author.email}}"
|
||||
- name: pr user email
|
||||
run: echo "${{ github.event.pull_request.user.email}}"
|
||||
- name: pr user login
|
||||
run: echo "${{ github.event.pull_request.user.email}}"
|
||||
- name: pr author email
|
||||
run: echo "${{ github.event.pull_request.author.email}}"
|
||||
- name: head user login
|
||||
run: echo "${{ github.event.head.user.login }}"
|
||||
|
Reference in New Issue
Block a user