Try to figure out what we can do for PRs
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2025-03-03 10:29:39 -06:00
parent 056a127d7b
commit b6f519c30e

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