We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c9c00 commit 94f0db3Copy full SHA for 94f0db3
1 file changed
.github/workflows/light-firmware-build.yml
@@ -41,6 +41,13 @@ jobs:
41
fetch-depth: 1
42
submodules: false
43
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
+
51
- name: Resolve esp-matter revision
52
id: esp-matter-rev
53
shell: bash
0 commit comments