Update .forgejo/workflows/demo.yaml

This commit is contained in:
Mai-Lapyst 2024-07-01 06:07:44 +00:00
parent a7101d3f1d
commit 7dfaee8307

View file

@ -9,7 +9,7 @@ jobs:
- run: whoami
- run: cat /etc/issue
- run: uname -a
- run: echo "hello world from me" > test.txt
- run: echo "hello world from me2" > test.txt
- run: date >> test.txt
- run: mkdir my.d
- run: echo "hi over there" > ./my.d/test2.txt