From b09168f3d4c4083f15a6da7b8b828d7a0371c279 Mon Sep 17 00:00:00 2001 From: d1vious Date: Mon, 25 Apr 2022 16:45:06 -0400 Subject: [PATCH] updating usernames --- .github/workflows/generate-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index bce0ee88..d49cdc0e 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -31,7 +31,7 @@ jobs: echo "Not committing GUID changes because there are no changes" else git config credential.helper 'cache --timeout=120' - git config user.email "" + git config user.email "opensource@redcanary.com" git config user.name "Atomic Red Team GUID generator" git add atomics @@ -53,7 +53,7 @@ jobs: echo "Not committing documentation because there are no changes" else git config credential.helper 'cache --timeout=120' - git config user.email "" + git config user.email "opensource@redcanary.com" git config user.name "Atomic Red Team doc generator" git add atomics git commit -am "ci/cd generated docs from job=$GITHUB_JOB branch=$GITHUB_REF_NAME [ci skip]"