Skip to content

Commit 5680183

Browse files
committed
fix(ci): mark workspace safe for git in mise-lockfile job
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>
1 parent 846b1b8 commit 5680183

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/branch-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27+
- name: Mark workspace as safe for git
28+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
29+
2730
- name: Verify mise.lock is in sync with mise.toml
2831
run: |
2932
mise lock

0 commit comments

Comments
 (0)