Skip to content

Commit d8d0547

Browse files
committed
fix: git permissions inside container
1 parent 7c94f2c commit d8d0547

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
container: emscripten/emsdk
1515
runs-on: ubuntu-latest
1616
steps:
17+
- run: git config --global --add safe.directory '*'
18+
1719
- uses: actions/checkout@v3
1820
with:
1921
fetch-depth: 0

.github/workflows/release-pdf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
container: emscripten/emsdk
1717
runs-on: ubuntu-latest
1818
steps:
19+
- run: git config --global --add safe.directory '*'
20+
1921
- uses: actions/checkout@v3
2022
with:
2123
fetch-depth: 0

0 commit comments

Comments
 (0)