diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 1259f08..2347855 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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 }}"