Skip to content

Commit 39c3b16

Browse files
author
Stefano Torresi
committed
add back the git config hack
1 parent 211a8bd commit 39c3b16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/exporter-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- uses: actions/checkout@v3
6969
with:
7070
fetch-depth: 0
71-
- name: configure OSC
72-
run: /scripts/init_osc_creds.sh
71+
- run: /scripts/init_osc_creds.sh
72+
- run: git config --global --add safe.directory $(pwd)
7373
- run: make exporter-obs-commit
7474

7575
obs-submit-request:
@@ -92,8 +92,8 @@ jobs:
9292
- uses: actions/checkout@v3
9393
with:
9494
fetch-depth: 0
95-
- name: configure OSC
96-
run: /scripts/init_osc_creds.sh
95+
- run: /scripts/init_osc_creds.sh
96+
- run: git config --global --add safe.directory $(pwd)
9797
- run: make exporter-obs-workdir
9898
- run: make exporter-obs-changelog
9999
- run: make exporter-obs-commit

0 commit comments

Comments
 (0)