Skip to content

Commit

Permalink
Merge pull request #7 from oleksiikutuzov/configure-user
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus authored Jun 30, 2024
2 parents 7ff9b27 + d04cb7c commit e87a94a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh -l

git config --global --add safe.directory /github/workspace
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

export PYTHONPATH=$PYTHONPATH:/app
python3 -m platformio_dependabot

0 comments on commit e87a94a

Please sign in to comment.