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

This commit is contained in:
Torjus Håkestad 2024-10-08 20:09:00 +02:00
parent 2c189b11d0
commit 103ea6984b
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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