.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 fetch
|
||||||
git checkout ${{ github.head_ref }}
|
git checkout ${{ github.head_ref }}
|
||||||
- name: list
|
- name: list
|
||||||
run: ls
|
run: |
|
||||||
run: echo 'hallo' >> /toolcache/lol.txt
|
ls
|
||||||
run: cat /toolcache/lol.txt
|
echo 'hallo' >> /toolcache/lol.txt
|
||||||
|
cat /toolcache/lol.txt
|
Loading…
Reference in a new issue