Skip to content

Commit

Permalink
build: configuration changes to adapt to new git version
Browse files Browse the repository at this point in the history
  • Loading branch information
cramakri committed Apr 13, 2022
1 parent a8ff624 commit ac4b87d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" >> $GITHUB_ENV
git config --global --add safe.directory /github/workspace
- name: Push chart and images
uses: SwissDataScienceCenter/renku-actions/[email protected]
env:
Expand Down

0 comments on commit ac4b87d

Please sign in to comment.