From 3d3aad4528a7afdd36042ebcc7df26b4d8ca0171 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Tue, 29 Oct 2024 10:03:00 -0400 Subject: [PATCH] Update author and email in commit changes step Signed-off-by: Joyce Quach --- .github/workflows/convert-cci-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert-cci-list.yml b/.github/workflows/convert-cci-list.yml index 67c25d908a..6c7622878e 100644 --- a/.github/workflows/convert-cci-list.yml +++ b/.github/workflows/convert-cci-list.yml @@ -47,8 +47,8 @@ jobs: - name: Commit changes to CciNistMappingData.ts run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "saf@groups.mitre.org" + git config --local user.name "MITRE SAF Automation" git add libs/hdf-converters/src/mappings/CciNistMappingData.ts git commit -sm "Update CCI List to NIST and definition mappings"