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 ee77beb commit f08d44eCopy full SHA for f08d44e
.github/workflows/gh-pages-sync.yaml
@@ -37,7 +37,7 @@ jobs:
37
uses: step-security/ghaction-import-gpg@a7c87df2279f2bf2e69ba8289dfbf35fe05a4e08 # v1.0.0
38
with:
39
git_commit_gpgsign: true
40
- git_committer_email: ${{ vars.GIT_SW_USER_EMAIL }}
+ git_committer_email: ${{ vars.GIT_USER_EMAIL }}
41
git_committer_name: ${{ vars.GIT_USER_NAME }}
42
git_tag_gpgsign: true
43
git_user_signingkey: true
0 commit comments