From 3e2d9afa40dc2fc2ab27e01f4b41adcc7168ab69 Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 26 Apr 2024 12:35:53 +0000 Subject: [PATCH] .forgejo/workflows/demo.yml aktualisiert --- .forgejo/workflows/demo.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 09198b1..345a372 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest container: image: git.php.fail/lubiana/container/hugogit + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Manually checkout env: @@ -21,4 +23,6 @@ jobs: git fetch git checkout ${{ github.head_ref }} - name: list - run: ls \ No newline at end of file + run: ls + run: echo 'hallo' >> /toolcache/lol.txt + run: cat /toolcache/lol.txt \ No newline at end of file