diff --git a/.github/workflows/test-sign.yaml b/.github/workflows/test-sign.yaml index 2c5d499..ddcd8a0 100644 --- a/.github/workflows/test-sign.yaml +++ b/.github/workflows/test-sign.yaml @@ -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