We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211a8bd commit 39c3b16Copy full SHA for 39c3b16
.github/workflows/exporter-ci.yml
@@ -68,8 +68,8 @@ jobs:
68
- uses: actions/checkout@v3
69
with:
70
fetch-depth: 0
71
- - name: configure OSC
72
- run: /scripts/init_osc_creds.sh
+ - run: /scripts/init_osc_creds.sh
+ - run: git config --global --add safe.directory $(pwd)
73
- run: make exporter-obs-commit
74
75
obs-submit-request:
@@ -92,8 +92,8 @@ jobs:
92
93
94
95
96
97
- run: make exporter-obs-workdir
98
- run: make exporter-obs-changelog
99
0 commit comments