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 2254d12 commit 2a65dfcCopy full SHA for 2a65dfc
.github/workflows/exporter-ci.yml
@@ -69,6 +69,7 @@ jobs:
69
/scripts/init_osc_creds.sh
70
mkdir -p $HOME/.config/osc
71
cp /root/.config/osc/oscrc $HOME/.config/osc
72
+ - run: git config --global --add safe.directory $(pwd)
73
- run: make exporter-obs-commit
74
75
obs-submit-request:
@@ -94,6 +95,7 @@ jobs:
94
95
96
97
98
99
- run: make exporter-obs-workdir
100
- run: make exporter-obs-changelog
101
0 commit comments