This commit is contained in:
parent
103ea6984b
commit
770d4e4193
3
.github/workflows/test-sign.yaml
vendored
3
.github/workflows/test-sign.yaml
vendored
@ -30,6 +30,9 @@ jobs:
|
|||||||
git config --global user.signingKey = "~/.ssh/id_ed25519.pub"
|
git config --global user.signingKey = "~/.ssh/id_ed25519.pub"
|
||||||
git config --global gpg.format ssh
|
git config --global gpg.format ssh
|
||||||
git config --global commit.gpgsign true
|
git config --global commit.gpgsign true
|
||||||
|
- name: cat config
|
||||||
|
run: |
|
||||||
|
cat ~/.gitconfig
|
||||||
- name: add something to a file
|
- name: add something to a file
|
||||||
run: echo $RANDOM >> random.txt
|
run: echo $RANDOM >> random.txt
|
||||||
- name: push
|
- name: push
|
||||||
|
Loading…
Reference in New Issue
Block a user