Skip to content

Commit

Permalink
fix: Set proper setting for safe dir checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Nov 5, 2024
1 parent b38facd commit 5a85de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
github.event_name != 'pull_request'
with:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
set-safe-directory: "."
set-safe-directory: true
fetch-depth: 0

- name: Restore cache
Expand Down

0 comments on commit 5a85de1

Please sign in to comment.