Skip to content

Commit

Permalink
fix: git user to cfl-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Dec 14, 2023
1 parent 2ab58f4 commit f6e82f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
- name: Configure Git
run: |
git config --local user.name cfl-bot
git config --local user.email [email protected]
- name: Release codeforlife-portal
uses: relekang/[email protected]
with:
Expand Down

0 comments on commit f6e82f0

Please sign in to comment.