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 786daae commit ac2ca30Copy full SHA for ac2ca30
.github/workflows/gitlab-mirror.yml
@@ -23,10 +23,11 @@ jobs:
23
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
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 }}
+ git_user_email: "wwwypycc@gmail.com"
+ git_committer_email: "wwwypycc@gmail.com"
28
trust_level: 5
29
git_config_global: true
30
+ fingerprint: "816A91C1BA9817514749A1F8AAD5EEF872EAD871"
31
32
- uses: pixta-dev/repository-mirroring-action@v1
33
with:
0 commit comments