-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Git config in
bootstrap.sh
into a function
SSH can be used to sign Git commits (a38644d), but the related settings in `.gitconfig` are not compatible with all Git installations. In GitHub Actions macOS workflows, a Git error message is seen after `bootstrap.sh` clones the dotfiles repo and installs the dotfiles: ```text error: unsupported value for gpg.format: ssh ``` This commit will consolidate the Git config steps in `bootstrap.sh` into a function, and will add GPG configuration steps to avoid errors in CI.
- Loading branch information
1 parent
6fb9d09
commit c054239
Showing
1 changed file
with
38 additions
and
31 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