Try to figure out what we can do for PRs
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@ -21,5 +21,9 @@ jobs:
|
||||
run: echo "${{ github.event.commits[0].author.name }}"
|
||||
- name: commits[0] author email
|
||||
run: echo "${{ github.event.commits[0].author.email }}"
|
||||
- name: head_commit author email
|
||||
run: echo "${{ github.event.head_commit.author.email }}"
|
||||
- name: user email
|
||||
run: echo "${{ github.event.user.email}}"
|
||||
- name: head user login
|
||||
run: echo "${{ github.event.head.user.login }}"
|
||||
|
Reference in New Issue
Block a user