Skip to content

Commit 2a65dfc

Browse files
author
Stefano Torresi
committed
workaround for actions/checkout#760
1 parent 2254d12 commit 2a65dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/exporter-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
/scripts/init_osc_creds.sh
7070
mkdir -p $HOME/.config/osc
7171
cp /root/.config/osc/oscrc $HOME/.config/osc
72+
- run: git config --global --add safe.directory $(pwd)
7273
- run: make exporter-obs-commit
7374

7475
obs-submit-request:
@@ -94,6 +95,7 @@ jobs:
9495
/scripts/init_osc_creds.sh
9596
mkdir -p $HOME/.config/osc
9697
cp /root/.config/osc/oscrc $HOME/.config/osc
98+
- run: git config --global --add safe.directory $(pwd)
9799
- run: make exporter-obs-workdir
98100
- run: make exporter-obs-changelog
99101
- run: make exporter-obs-commit

0 commit comments

Comments
 (0)