From 33145678038ec8c89ea3bb46393c0fe348e89a5d Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 26 Apr 2024 12:36:21 +0000 Subject: [PATCH] .forgejo/workflows/demo.yml aktualisiert --- .forgejo/workflows/demo.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 345a372..e728d5e 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -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 \ No newline at end of file + run: | + ls + echo 'hallo' >> /toolcache/lol.txt + cat /toolcache/lol.txt \ No newline at end of file