.forgejo/workflows/demo.yml aktualisiert
This commit is contained in:
parent
b8b172b3f4
commit
3e2d9afa40
1 changed files with 5 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue