-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from Nautilus-Cyberneering/issue-68-do-not-ov…
…erwrite-git-committer-config Do not change Git user custom config
- Loading branch information
Showing
8 changed files
with
657 additions
and
762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,15 +20,10 @@ jobs: | |
with: | ||
gpg_private_key: ${{ secrets.TEST_GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.TEST_PASSPHRASE }} | ||
git_config_global: true | ||
git_user_signingkey: true | ||
git_commit_gpgsign: true | ||
|
||
- name: Set GPG key user as the Git global user | ||
run: | | ||
git config --global user.email "${{ steps.import-gpg.outputs.email }}" | ||
git config --global user.name "${{ steps.import-gpg.outputs.name }}" | ||
git config --global user.signingkey "${{ steps.import-gpg.outputs.keyid }}" | ||
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
|
Oops, something went wrong.