Skip to content
Closed
Prev Previous commit
Next Next commit
add safe directory git config
  • Loading branch information
tobiasdiez authored Oct 13, 2023
commit b5ee73563417f1b11b7a39f99fd39155c4875bf4
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Merge CI fixes from sagemath/sage
if: ${{ github.event_name == 'pull_request' || github.event.repository.fork }}
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
.ci/merge-fixes.sh
env:
GH_TOKEN: ${{ github.token }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc-build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Merge CI fixes from sagemath/sage
if: ${{ github.event_name == 'pull_request' || github.event.repository.fork }}
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
.ci/merge-fixes.sh
env:
GH_TOKEN: ${{ github.token }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Merge CI fixes from sagemath/sage
if: ${{ github.event_name == 'pull_request' || github.event.repository.fork }}
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
.ci/merge-fixes.sh
env:
GH_TOKEN: ${{ github.token }}
Expand Down