Add support for creating signed commits and signing commits during a rebase #626

Merged
mbfr merged 25 commits from master into master 2020-08-18 11:25:31 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6f71ba98e0 - Show all commits

View File

@ -35,7 +35,7 @@ jobs:
run: |
git submodule update --init
make build-libgit2-static
go get -tags static github.com/${{ github.repository }}/...
go get -tags static -t github.com/${{ github.repository }}/...
go build -tags static github.com/${{ github.repository }}/...
lhchavez commented 2020-08-14 08:37:47 -05:00 (Migrated from github.com)
Review

yay! it worked :D

yay! it worked :D
- name: Test
env: