From ac4b87dc2f0442e329741caf19a0654d32b8cc5c Mon Sep 17 00:00:00 2001 From: Chandrasekhar Ramakrishnan Date: Wed, 13 Apr 2022 11:17:23 +0200 Subject: [PATCH] build: configuration changes to adapt to new git version See https://github.com/actions/checkout/issues/760 --- .github/workflows/test-and-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-and-ci.yml b/.github/workflows/test-and-ci.yml index ccb613bb7c..56253e28e8 100644 --- a/.github/workflows/test-and-ci.yml +++ b/.github/workflows/test-and-ci.yml @@ -126,10 +126,13 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - name: handle git permissions + run: git config --global --add safe.directory /github/workspace - name: set up environment variables run: | echo "GIT_USER=Renku Bot" >> $GITHUB_ENV echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV + git config --global --add safe.directory /github/workspace - name: Push chart and images uses: SwissDataScienceCenter/renku-actions/publish-chart@v0.5.1 env: