Skip to content

Commit

Permalink
Update username and id as default
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Feb 23, 2024
1 parent 32f0f38 commit c6aab84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config srikant-ch5 github-actions[bot]
git config [email protected] 41898282+github-actions[bot]@users.noreply.github.com
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit c6aab84

Please sign in to comment.