From ecb2dda036d0489262c3378401064589d238149d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 8 Oct 2024 20:14:43 +0200 Subject: [PATCH] Change workflow --- .github/workflows/test-sign.yaml | 2 ++ 1 file changed, 2 insertions(+) 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