We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fd92f commit 7f60001Copy full SHA for 7f60001
.github/workflows/docs-push.yml
@@ -36,8 +36,8 @@ jobs:
36
cd knowledge-base
37
echo ${{env.branch_name}}
38
git checkout -b ${{env.branch_name}}
39
- git config user.name "${{ github.triggering_actor }}"
40
- git config user.email "mike@dock.io"
+ git config user.name "${{ github.event.head_commit.author.name }}"
+ git config user.email "${{ github.event.head_commit.author.email }}"
41
# Get the commit message from the merged PR
42
commit_message="${{ github.event.head_commit.message }}"
43
git add -A .
0 commit comments