We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc0566 commit 128edc8Copy full SHA for 128edc8
1 file changed
.github/workflows/build_and_test.yml
@@ -65,6 +65,7 @@ jobs:
65
- name: Sync the current branch with the latest in Apache DataFusion Comet
66
if: github.repository != 'apache/datafusion-comet'
67
run: |
68
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
69
echo "APACHE_DF_COMET_REF=$(git rev-parse HEAD)" >> $GITHUB_ENV
70
git fetch https://github.com/$GITHUB_REPOSITORY.git ${GITHUB_REF#refs/heads/}
71
git -c user.name='Apache DataFusion Comet Test Account' -c user.email='comettestacc@gmail.com' merge --no-commit --progress --squash FETCH_HEAD
0 commit comments