Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45178a6

Browse files
committedJul 23, 2024··
test
1 parent 05c3189 commit 45178a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/tests_hw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: List files recursively
6565
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
6666
run: |
67+
git config --global --add safe.directory $GITHUB_WORKSPACE
6768
git pull
6869
echo "GitHub workspace: $GITHUB_WORKSPACE"
6970
echo "Working directory: $PWD"

0 commit comments

Comments
 (0)
Please sign in to comment.