.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
container:
image: git.php.fail/lubiana/container/hugogit
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Manually checkout
env:
@ -22,3 +24,5 @@ jobs:
git checkout ${{ github.head_ref }}
- name: list
run: ls
run: echo 'hallo' >> /toolcache/lol.txt
run: cat /toolcache/lol.txt