.forgejo/workflows/demo.yml aktualisiert
Some checks failed
Build / BuildAndDeploy (push) Failing after 5s

This commit is contained in:
lubiana 2024-04-26 12:36:21 +00:00
parent 3e2d9afa40
commit 3314567803

View file

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