From 495d9ad3a5b64939468525f3a99bf6715ae5988c Mon Sep 17 00:00:00 2001 From: Dan Hurwit Date: Mon, 12 Feb 2024 13:43:42 -0500 Subject: [PATCH] Author --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fdf850c..4de64eb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -59,8 +59,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git config --local user.email "username@users.noreply.github.com - git config --local user.name "Github Actions" + git config --local user.email "${{ github.actor }}@users.noreply.github.com" + git config --local user.name ${{ github.actor }} git commit -am "added terraform docs" git push