pr-test #1

Open
cpickett wants to merge 9 commits from pr-test into main
Showing only changes of commit b6f519c30e - Show all commits

View File

@ -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 }}"