From fc94158481b2a041250bbb13e5c6a287f01c0ba3 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Sat, 7 Oct 2023 17:54:39 +0200 Subject: [PATCH] change username for automatic PR --- .github/workflows/assertionscsv-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assertionscsv-update.yml b/.github/workflows/assertionscsv-update.yml index b5471f15b..dc2badb57 100644 --- a/.github/workflows/assertionscsv-update.yml +++ b/.github/workflows/assertionscsv-update.yml @@ -40,8 +40,8 @@ jobs: - name: Add generated files and commit if: ${{ ! steps.diff.outputs.changed }} run: | - git config user.name 'Fady Salama' - git config user.email 'fadytawfik11@gmail.com' + git config user.name 'Ege Korkan' + git config user.email 'egekorkan@gmail.com' git add -u git commit -a -m "chore: sync assertions.csv with the current assertions in the spec and generate manual.csv"