Skip to content

Commit

Permalink
Update author and email in commit changes step
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Oct 29, 2024
1 parent 225ef96 commit aa9fb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-cci-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Commit changes to CciNistMappingData.ts
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
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"
Expand Down

0 comments on commit aa9fb80

Please sign in to comment.