This commit is contained in:
parent
2c189b11d0
commit
103ea6984b
3
.github/workflows/test-sign.yaml
vendored
3
.github/workflows/test-sign.yaml
vendored
@ -31,8 +31,9 @@ jobs:
|
|||||||
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: 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
|
||||||
run: |
|
run: |
|
||||||
git add random.txt
|
git add random.txt
|
||||||
|
git commit -m "LOL"
|
||||||
git push
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user