Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
a7101d3f1d
commit
7dfaee8307
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue