Skip to content

Commit

Permalink
Merge pull request #108 from Nautilus-Cyberneering/issue-68-do-not-ov…
Browse files Browse the repository at this point in the history
…erwrite-git-committer-config

Do not change Git user custom config
  • Loading branch information
josecelano authored Apr 6, 2022
2 parents 05f1c3d + 30a1f2c commit 91ab341
Show file tree
Hide file tree
Showing 8 changed files with 657 additions and 762 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-integration-using-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pip3 install wheel

- name: Setup Nautilus Librarian
run: pip3 install wheel nautilus-librarian
run: pip3 install nautilus-librarian

- name: Invoke Librarian
run: nautilus-librarian --help
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 91ab341

Please sign in to comment.