We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ed97f commit 786daaeCopy full SHA for 786daae
.github/workflows/gitlab-mirror.yml
@@ -13,7 +13,7 @@ jobs:
13
mirror:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
with:
18
fetch-depth: 0
19
@@ -24,6 +24,9 @@ jobs:
24
git_user_signingkey: true
25
git_commit_gpgsign: true
26
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
27
+ git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
28
+ trust_level: 5
29
+ git_config_global: true
30
31
- uses: pixta-dev/repository-mirroring-action@v1
32
0 commit comments