We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b825da commit a96093aCopy full SHA for a96093a
.github/workflows/mirror.yml
@@ -27,6 +27,4 @@ jobs:
27
run: |
28
git ls-remote https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
29
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
+ git push --mirror mirror
0 commit comments