We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846b1b8 commit 5680183Copy full SHA for 5680183
1 file changed
.github/workflows/branch-checks.yml
@@ -24,6 +24,9 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
+ - name: Mark workspace as safe for git
28
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
29
+
30
- name: Verify mise.lock is in sync with mise.toml
31
run: |
32
mise lock
0 commit comments