Skip to content

Commit a96093a

Browse files
authored
🧱 Update mirror.yml
1 parent 9b825da commit a96093a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ jobs:
2727
run: |
2828
git ls-remote https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
2929
git remote add mirror https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
30-
git push --force mirror main
31-
git push --force mirror '2*'
32-
git push --force mirror --tags
30+
git push --mirror mirror

0 commit comments

Comments
 (0)