.forgejo/workflows/demo.yml aktualisiert
All checks were successful
Build / BuildAndDeploy (push) Successful in 5s
All checks were successful
Build / BuildAndDeploy (push) Successful in 5s
This commit is contained in:
parent
922165fb3c
commit
dc6fdb0a70
1 changed files with 3 additions and 1 deletions
|
@ -26,4 +26,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
pwd
|
pwd
|
||||||
ls /opt
|
ls /opt
|
||||||
|
echo 'hallo' >> /opt/hostedtoolcache/lol.txt
|
||||||
|
cat /opt/hostedtoolcache/lol.txt
|
Loading…
Reference in a new issue