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