Skip to content

Commit

Permalink
Temporary fix git configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Dec 14, 2023
1 parent 280129c commit 14bd0d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/step_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
fetch-depth: 0
# Note: Proper solution is: https://github.com/actions/runner/issues/2033#issuecomment-1598547465
- name: Temporary fix for git permissions
run: git config --global --add safe.directory "*"
run: |
git config --global --add safe.directory "*"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit 14bd0d5

Please sign in to comment.