From 38909145e3bbf03fa78745cda257dfe66fe863db Mon Sep 17 00:00:00 2001 From: josephj Date: Wed, 11 Dec 2024 13:09:38 +0100 Subject: [PATCH] test 2 --- .github/workflows/update_verification_metadata.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_verification_metadata.yml b/.github/workflows/update_verification_metadata.yml index e7e1e593ec..e5556c873d 100644 --- a/.github/workflows/update_verification_metadata.yml +++ b/.github/workflows/update_verification_metadata.yml @@ -36,6 +36,8 @@ jobs: - name: Commit run: | touch test_file.txt + git config --global user.name "${{ secrets.ADYEN_AUTOMATION_BOT_USER }}" + git config --global user.email "${{ secrets.TOKEN_EMAIL }}" git add . git diff-index --quiet HEAD || git commit -am 'Update verification metadata' git push