From 45d4ce5023bc6a74e92fb95db9883b0fabffe177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Fonseca?= <32927964+luispfonseca@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:08:17 +0100 Subject: [PATCH] https://github.com/actions/checkout/issues/766 --- .github/workflows/update-calendar.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-calendar.yml b/.github/workflows/update-calendar.yml index a06a5f1..a266ef6 100644 --- a/.github/workflows/update-calendar.yml +++ b/.github/workflows/update-calendar.yml @@ -23,6 +23,7 @@ jobs: Rscript ecb.R - name: Commit and push if it changed run: |- + git config --global --add safe.directory "$GITHUB_WORKSPACE" git config user.name "Automatic" git config user.email "actions@users.noreply.github.com" git add *.ics