Skip to content

Commit

Permalink
Merge pull request #2 from ug-cp/mohr
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
daniel-mohr authored Dec 13, 2022
2 parents da29ae8 + 4d2bb1c commit 98a79a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ jobs:
run: |
repopath=$(mktemp -d)
git clone --bare --mirror "${{ github.server_url }}/${{ github.repository }}.git" "$repopath"
(cd $repopath && git for-each-ref --format 'delete %(refname)' refs/merge-requests | tee >(git update-ref --stdin))
(cd $repopath && git push --prune --mirror $backup_repo)

0 comments on commit 98a79a4

Please sign in to comment.