Skip to content

Commit

Permalink
Work around GitHub directory permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 22, 2022
1 parent c45bf29 commit 4b2f496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/oca_export_and_commit_pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

set -ex

# https://github.com/actions/checkout/issues/766
git config --global --add safe.directory $PWD

git config user.name ${OCA_GIT_USER_NAME}
git config user.email ${OCA_GIT_USER_EMAIL}
pip install click-odoo-contrib
Expand Down

0 comments on commit 4b2f496

Please sign in to comment.