.forgejo/workflows/demo.yml aktualisiert

This commit is contained in:
lubiana 2024-04-26 12:35:53 +00:00
parent b8b172b3f4
commit 3e2d9afa40

View file

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: git.php.fail/lubiana/container/hugogit image: git.php.fail/lubiana/container/hugogit
env:
RUNNER_TOOL_CACHE: /toolcache
steps: steps:
- name: Manually checkout - name: Manually checkout
env: env:
@ -21,4 +23,6 @@ jobs:
git fetch git fetch
git checkout ${{ github.head_ref }} git checkout ${{ github.head_ref }}
- name: list - name: list
run: ls run: ls
run: echo 'hallo' >> /toolcache/lol.txt
run: cat /toolcache/lol.txt