We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfd8c6 commit bf048bfCopy full SHA for bf048bf
.github/workflows/gitlab-mirror.yml
@@ -26,6 +26,8 @@ jobs:
26
git_commit_gpgsign: true
27
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
28
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
29
+ git_committer_name: "GitHub Actions"
30
+ git_author_name: "GitHub Actions"
31
trust_level: ultimate
32
git_config_global: true
33
@@ -35,3 +37,5 @@ jobs:
35
37
target_repo_url: [email protected]:alphabetanetcom/local-python-code-protector.git
36
38
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
39
commit_message: Mirror from GitHub.
40
+ git_config_name: "GitHub Actions"
41
+ git_config_email: ${{ secrets.GPG_USER_EMAIL }}
0 commit comments