.forgejo/workflows/demo.yml aktualisiert
Some checks failed
Build / BuildAndDeploy (push) Failing after 5s
Some checks failed
Build / BuildAndDeploy (push) Failing after 5s
This commit is contained in:
parent
3e2d9afa40
commit
3314567803
1 changed files with 4 additions and 3 deletions
|
@ -23,6 +23,7 @@ jobs:
|
|||
git fetch
|
||||
git checkout ${{ github.head_ref }}
|
||||
- name: list
|
||||
run: ls
|
||||
run: echo 'hallo' >> /toolcache/lol.txt
|
||||
run: cat /toolcache/lol.txt
|
||||
run: |
|
||||
ls
|
||||
echo 'hallo' >> /toolcache/lol.txt
|
||||
cat /toolcache/lol.txt
|
Loading…
Reference in a new issue