We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6afb49 commit 6e471caCopy full SHA for 6e471ca
.github/workflows/mirror.yml
@@ -19,10 +19,12 @@ jobs:
19
- uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
- - env:
+ - name: Mirror
23
+ env:
24
MR_PAT: ${{ secrets.MR_PAT }}
25
run: |
- git remote add mirror https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
26
+ git ls-remote https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
27
+ git remote add mirror https://x-access-token:${MR_PAT}@github.com/jetbrains/qodana-cli-ci.git
28
git push --force mirror main
29
git push --force mirror '2*'
30
git push --tags mirror
0 commit comments