Skip to content

Commit

Permalink
Add workspace as safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 8, 2023
1 parent a77b71c commit 1605406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Git user
- name: Set up Git config
run: |
git config --global --add safe.directory "${{ github.workspace }}"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Update packages
Expand Down

0 comments on commit 1605406

Please sign in to comment.