Skip to content

Commit

Permalink
set set path and safe-directory
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 19, 2023
1 parent 467219a commit 1a055b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 10
set-safe-directory: ${{ github.workspace }}
path: ${{ github.workspace }}
set-safe-directory: true
# - name: set git config
# run: |
# git config --global --add safe.directory ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 1a055b4

Please sign in to comment.