We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b24f4d commit 93105a1Copy full SHA for 93105a1
1 file changed
.github/workflows/mirror-gitlab.yml
@@ -8,11 +8,13 @@ on:
8
jobs:
9
to_gitlab:
10
runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v1
+ steps:
13
- name: config git
14
run: git config --global http.postBuffer 524288000
15
- - uses: yesolutions/mirror-action@v0.5.1
+ - uses: actions/checkout@v3
+ with:
16
+ fetch-depth: 0
17
+ - uses: yesolutions/mirror-action@master
18
with:
19
REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.alert.git'
20
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
0 commit comments