Skip to content

Commit

Permalink
change username for automatic PR
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Oct 7, 2023
1 parent 20110e6 commit fc94158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assertionscsv-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc94158

Please sign in to comment.