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