Change workflow
Some checks failed
Periodic flake update / flake-update (push) Failing after 3s

This commit is contained in:
Torjus Håkestad 2024-10-08 20:14:43 +02:00
parent 652c0dffbb
commit ecb2dda036
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -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