Skip to content

Commit

Permalink
[REF] .github-actions: Fix detected dubious ownership in repository
Browse files Browse the repository at this point in the history
Using the new dockerv image OS is raising this error
  • Loading branch information
moylop260 committed Jan 10, 2025
1 parent a5b3cee commit d210d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Upgrade pre-commit-vauxoo to the latest version (w/o update dependencies if not needed)
run: >-
pip3 install --ignore-installed -U . &&
pip3 install --force-reinstall --no-deps .
pip3 install --force-reinstall --no-deps . &&
git config --global --add safe.directory '*'
- name: Run pre-commit-vauxoo
run: pre-commit-vauxoo
test:
Expand Down

0 comments on commit d210d27

Please sign in to comment.