Skip to content

Commit

Permalink
Add git credentials to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twangodev committed Nov 16, 2023
1 parent ed1bacf commit b4944eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit b4944eb

Please sign in to comment.