Skip to content

Commit

Permalink
add back the git config hack
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Dec 16, 2024
1 parent 211a8bd commit 39c3b16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: configure OSC
run: /scripts/init_osc_creds.sh
- run: /scripts/init_osc_creds.sh
- run: git config --global --add safe.directory $(pwd)
- run: make exporter-obs-commit

obs-submit-request:
Expand All @@ -92,8 +92,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: configure OSC
run: /scripts/init_osc_creds.sh
- run: /scripts/init_osc_creds.sh
- run: git config --global --add safe.directory $(pwd)
- run: make exporter-obs-workdir
- run: make exporter-obs-changelog
- run: make exporter-obs-commit
Expand Down

0 comments on commit 39c3b16

Please sign in to comment.