diff --git a/.github/workflows/regenerate-library.yml b/.github/workflows/regenerate-library.yml index 70a48a0..1e7ba6c 100644 --- a/.github/workflows/regenerate-library.yml +++ b/.github/workflows/regenerate-library.yml @@ -26,6 +26,7 @@ jobs: - name: Commit changes run: | git config --global user.name "GitHub Action on behalf of TKIPisalegacycipher" + git config --global user.email "support@meraki.com" git add . git commit -m "Auto-update library to release version $RELEASE_NAME." - name: Push changes