From 2a65dfc015e614e53f34effbd0847cc20317b952 Mon Sep 17 00:00:00 2001 From: Stefano Torresi Date: Tue, 24 May 2022 17:21:59 +0200 Subject: [PATCH] workaround for https://github.com/actions/checkout/issues/760 --- .github/workflows/exporter-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/exporter-ci.yml b/.github/workflows/exporter-ci.yml index 4a2235f..1b7c07e 100644 --- a/.github/workflows/exporter-ci.yml +++ b/.github/workflows/exporter-ci.yml @@ -69,6 +69,7 @@ jobs: /scripts/init_osc_creds.sh mkdir -p $HOME/.config/osc cp /root/.config/osc/oscrc $HOME/.config/osc + - run: git config --global --add safe.directory $(pwd) - run: make exporter-obs-commit obs-submit-request: @@ -94,6 +95,7 @@ jobs: /scripts/init_osc_creds.sh mkdir -p $HOME/.config/osc cp /root/.config/osc/oscrc $HOME/.config/osc + - run: git config --global --add safe.directory $(pwd) - run: make exporter-obs-workdir - run: make exporter-obs-changelog - run: make exporter-obs-commit