This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new a213d62b3 Patch git safe paths (#5177)
a213d62b3 is described below
commit a213d62b33e011cbc10e937de06b6acea1c7157f
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Sun Feb 5 10:23:49 2023 +0000
Patch git safe paths (#5177)
---
.github/actions/setup-builder/action.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/actions/setup-builder/action.yaml
b/.github/actions/setup-builder/action.yaml
index 41b911135..a46513fc3 100644
--- a/.github/actions/setup-builder/action.yaml
+++ b/.github/actions/setup-builder/action.yaml
@@ -46,3 +46,7 @@ runs:
- name: Enable backtraces
shell: bash
run: echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
+ - name: Fixup git permissions
+ # https://github.com/actions/checkout/issues/766
+ shell: bash
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"