From 70c326665e11d5de8d8f7ecbbfdf70c02fac7ea7 Mon Sep 17 00:00:00 2001 From: Marvin Wendt Date: Thu, 21 Apr 2022 00:02:13 +0200 Subject: [PATCH] Update animator.yml --- .github/workflows/animator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/animator.yml b/.github/workflows/animator.yml index 2953b5129..686915460 100644 --- a/.github/workflows/animator.yml +++ b/.github/workflows/animator.yml @@ -8,6 +8,8 @@ jobs: if: "!contains(github.event.head_commit.message, 'autoupdate')" runs-on: ubuntu-latest steps: + - name: Git Setup + run: git config --global --add safe.directory /github/workspace - name: Update Docs uses: pterm/animation-ci@master env: