Skip to content

Commit

Permalink
workaround for actions/checkout#760
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed May 24, 2022
1 parent 2254d12 commit 2a65dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/exporter-ci.yml
Expand Up @@ -69,6 +69,7 @@ jobs:
/scripts/init_osc_creds.sh
mkdir -p $HOME/.config/osc
cp /root/.config/osc/oscrc $HOME/.config/osc
- run: git config --global --add safe.directory $(pwd)
- run: make exporter-obs-commit

obs-submit-request:
Expand All @@ -94,6 +95,7 @@ jobs:
/scripts/init_osc_creds.sh
mkdir -p $HOME/.config/osc
cp /root/.config/osc/oscrc $HOME/.config/osc
- 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 2a65dfc

Please sign in to comment.