Skip to content

Commit 94f0db3

Browse files
committed
Mark CI workspace as safe for git
1 parent 16c9c00 commit 94f0db3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/light-firmware-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
fetch-depth: 1
4242
submodules: false
4343

44+
- name: Mark workspace safe for git
45+
shell: bash
46+
run: |
47+
set -euo pipefail
48+
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
49+
git config --global --add safe.directory "${GITHUB_WORKSPACE}/esp-matter"
50+
4451
- name: Resolve esp-matter revision
4552
id: esp-matter-rev
4653
shell: bash

0 commit comments

Comments
 (0)