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 user.signingKey "/tmp/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
|
||||||
|
ls /tmp
|
||||||
- name: cat config
|
- name: cat config
|
||||||
run: |
|
run: |
|
||||||
cat ~/.gitconfig
|
cat ~/.gitconfig
|
||||||
|
ls /tmp
|
||||||
- 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