pr-test #1

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

View File

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