Skip to content

Commit

Permalink
allow safe access to .git folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jul 6, 2023
1 parent ea0882b commit 76cc145
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
- name: Add .git to safe paths
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Debug .git
run: |
ls -al .
ls -al .git
git log -1
git status
git branch -vv
- name: Install Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 76cc145

Please sign in to comment.