Skip to content

Commit

Permalink
Set safe workspace for git
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Jun 11, 2024
1 parent 535490a commit e721ec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
# workaround for issue: https://github.com/docker-library/golang/issues/452#issuecomment-1418939909
- name: Set workspace as safe
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Build Linux/amd64 binary
run: |
export GO111MODULE=on
Expand Down

0 comments on commit e721ec3

Please sign in to comment.